4 references to cFuncs
System.Windows.Forms (2)
System\Windows\Forms\ComponentModel\COM2Interop\COM2Properties.cs (1)
206
versions[i] = (pTypeAttr->
cFuncs
, pTypeAttr->cVars, pTypeAttr->wMajorVerNum, pTypeAttr->wMinorVerNum);
System\Windows\Forms\ComponentModel\COM2Interop\COM2TypeInfoProcessor.cs (1)
610
for (uint i = 0; i < typeAttributes->
cFuncs
; i++)
System.Windows.Forms.Interop.Tests (1)
AccessibleObjectTests.cs (1)
759
Assert.Equal(28, typeattr->
cFuncs
);
System.Windows.Forms.Primitives.Tests (1)
Interop\Oleaut32\ITypeInfoTests.cs (1)
259
Assert.Equal(1, pTypeAttr->
cFuncs
);