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