4 references to memid
System.Windows.Forms (3)
System\Windows\Forms\ComponentModel\COM2Interop\COM2TypeInfoProcessor.cs (3)
738
hr = enumTypeInfo->GetDocumentation(pVarDesc->
memid
, &nameBstr, &helpBstr, null, null);
845
|| (dispidToGet != PInvoke.MEMBERID_NIL && pVarDesc->
memid
!= dispidToGet))
853
pVarDesc->
memid
,
System.Windows.Forms.Primitives.Tests (1)
Interop\Oleaut32\ITypeInfoTests.cs (1)
303
Assert.Equal(4, pVarDesc->
memid
);