7 references to IManagedPerPropertyBrowsing
System.Windows.Forms (7)
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2IManagedPerPropertyBrowsingHandler.cs (4)
22return typeof(NativeMethods.IManagedPerPropertyBrowsing); 43if (target is NativeMethods.IManagedPerPropertyBrowsing) { 44Attribute[] attrs = GetComponentAttributes((NativeMethods.IManagedPerPropertyBrowsing)target,sender.DISPID); 53internal static Attribute[] GetComponentAttributes(NativeMethods.IManagedPerPropertyBrowsing target, int dispid) {
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2Properties.cs (1)
88typeof(NativeMethods.IManagedPerPropertyBrowsing)};
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\ComNativeDescriptor.cs (2)
330if (component is NativeMethods.IManagedPerPropertyBrowsing) { 331Object[] temp = Com2IManagedPerPropertyBrowsingHandler.GetComponentAttributes((NativeMethods.IManagedPerPropertyBrowsing)component, NativeMethods.MEMBERID_NIL);