10 references to MEMBERID_NIL
System.Windows.Forms (10)
winforms\Managed\System\WinForms\AxHost.cs (1)
3385((UnsafeNativeMethods.IPropertyNotifySink)oleSite).OnChanged(NativeMethods.MEMBERID_NIL);
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2ComponentEditor.cs (2)
25int hr = ((NativeMethods.IPerPropertyBrowsing)obj).MapPropertyToPage(NativeMethods.MEMBERID_NIL, out guid); 65int hr = ((NativeMethods.IPerPropertyBrowsing)obj).MapPropertyToPage(NativeMethods.MEMBERID_NIL, out guid);
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2TypeInfoProcessor.cs (4)
252props = InternalGetProperties(obj, ti, NativeMethods.MEMBERID_NIL, ref temp); 656(dispidToGet != NativeMethods.MEMBERID_NIL && funcDesc.memid != dispidToGet)) { 756enumTypeInfo.GetDocumentation(NativeMethods.MEMBERID_NIL, ref enumName, ref helpstr, null, null); 915(dispidToGet != NativeMethods.MEMBERID_NIL && varDesc.memid != dispidToGet)) {
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\ComNativeDescriptor.cs (3)
115pTypeInfo.GetDocumentation(NativeMethods.MEMBERID_NIL, ref name, ref desc, null, null); 144if (dispid != NativeMethods.MEMBERID_NIL) { 331Object[] temp = Com2IManagedPerPropertyBrowsingHandler.GetComponentAttributes((NativeMethods.IManagedPerPropertyBrowsing)component, NativeMethods.MEMBERID_NIL);