9 references to MEMBERID_NIL
System.Windows.Forms (8)
System\Windows\Forms\ComponentModel\COM2Interop\COM2ComponentEditor.cs (2)
21hr = propertyBrowsing.Value->MapPropertyToPage(PInvoke.MEMBERID_NIL, &guid); 59hr = propertyBrowsing.Value->MapPropertyToPage(PInvoke.MEMBERID_NIL, &guid);
System\Windows\Forms\ComponentModel\COM2Interop\COM2TypeInfoProcessor.cs (4)
256properties = InternalGetProperties(dispatch, typeInfo, PInvoke.MEMBERID_NIL); 622|| (dispidToGet != PInvoke.MEMBERID_NIL && functionDescription->memid != dispidToGet)) 713enumTypeInfo->GetDocumentation(PInvoke.MEMBERID_NIL, &enumNameBstr, &enumHelpStringBstr, null, null); 845|| (dispidToGet != PInvoke.MEMBERID_NIL && pVarDesc->memid != dispidToGet))
System\Windows\Forms\ComponentModel\COM2Interop\ComNativeDescriptor.cs (2)
91PInvoke.MEMBERID_NIL, 247attributes.AddRange(Com2IManagedPerPropertyBrowsingHandler.GetComponentAttributes(browsing, PInvoke.MEMBERID_NIL));
System.Windows.Forms.Primitives (1)
Microsoft\VisualStudio\Shell\IVsPerPropertyBrowsing.cs (1)
183/// <see cref="ITypeInfo.GetDocumentation(int, BSTR*, BSTR*, out uint, BSTR*)"/> with <see cref="PInvoke.MEMBERID_NIL"/>.