27 references to IPerPropertyBrowsing
System.Windows.Forms (27)
winforms\Managed\System\WinForms\AxHost.cs (8)
219private NativeMethods.IPerPropertyBrowsing iPerPropertyBrowsing; 4710private NativeMethods.IPerPropertyBrowsing GetPerPropertyBrowsing() { 4713if (instance is NativeMethods.IPerPropertyBrowsing) { 4714iPerPropertyBrowsing = (NativeMethods.IPerPropertyBrowsing) instance; 7080NativeMethods.IPerPropertyBrowsing ippb = owner.GetPerPropertyBrowsing(); 7219NativeMethods.IPerPropertyBrowsing ppb = owner.GetPerPropertyBrowsing(); 7429NativeMethods.IPerPropertyBrowsing ppb = (NativeMethods.IPerPropertyBrowsing)owner.GetPerPropertyBrowsing();
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2ComponentEditor.cs (4)
22if (obj is NativeMethods.IPerPropertyBrowsing) { 25int hr = ((NativeMethods.IPerPropertyBrowsing)obj).MapPropertyToPage(NativeMethods.MEMBERID_NIL, out guid); 62if (obj is NativeMethods.IPerPropertyBrowsing) { 65int hr = ((NativeMethods.IPerPropertyBrowsing)obj).MapPropertyToPage(NativeMethods.MEMBERID_NIL, out guid);
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2IPerPropertyBrowsingHandler.cs (14)
22return typeof(NativeMethods.IPerPropertyBrowsing); 38private Guid GetPropertyPageGuid(NativeMethods.IPerPropertyBrowsing target, int dispid) { 48internal static string GetDisplayString(NativeMethods.IPerPropertyBrowsing ppb, int dispid, ref bool success) { 68NativeMethods.IPerPropertyBrowsing target = sender.TargetObject as NativeMethods.IPerPropertyBrowsing; 84if (sender.TargetObject is NativeMethods.IPerPropertyBrowsing) { 95string displayString = GetDisplayString((NativeMethods.IPerPropertyBrowsing)sender.TargetObject, sender.DISPID, ref success); 107if (sender.TargetObject is NativeMethods.IPerPropertyBrowsing) { 108NativeMethods.IPerPropertyBrowsing ppb = (NativeMethods.IPerPropertyBrowsing)sender.TargetObject; 191string val = GetDisplayString((NativeMethods.IPerPropertyBrowsing)itemsEnum.target.TargetObject, itemsEnum.target.DISPID, ref success); 266NativeMethods.IPerPropertyBrowsing ppb = (NativeMethods.IPerPropertyBrowsing)target.TargetObject; 356string displayString = Com2IPerPropertyBrowsingHandler.GetDisplayString((NativeMethods.IPerPropertyBrowsing)target.TargetObject, target.DISPID, ref success);
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2Properties.cs (1)
86typeof(NativeMethods.IPerPropertyBrowsing),