9 references to MEMBERID_NIL
System.Windows.Forms (8)
System\Windows\Forms\ComponentModel\COM2Interop\COM2ComponentEditor.cs (2)
21
hr = propertyBrowsing.Value->MapPropertyToPage(PInvoke.
MEMBERID_NIL
, &guid);
59
hr = propertyBrowsing.Value->MapPropertyToPage(PInvoke.
MEMBERID_NIL
, &guid);
System\Windows\Forms\ComponentModel\COM2Interop\COM2TypeInfoProcessor.cs (4)
256
properties = InternalGetProperties(dispatch, typeInfo, PInvoke.
MEMBERID_NIL
);
622
|| (dispidToGet != PInvoke.
MEMBERID_NIL
&& functionDescription->memid != dispidToGet))
713
enumTypeInfo->GetDocumentation(PInvoke.
MEMBERID_NIL
, &enumNameBstr, &enumHelpStringBstr, null, null);
845
|| (dispidToGet != PInvoke.
MEMBERID_NIL
&& pVarDesc->memid != dispidToGet))
System\Windows\Forms\ComponentModel\COM2Interop\ComNativeDescriptor.cs (2)
91
PInvoke.
MEMBERID_NIL
,
247
attributes.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
"/>.