4 references to cVars
System.Windows.Forms (3)
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 (2)
704uint nItems = pTypeAttr->cVars; 833for (uint i = 0; i < pTypeAttr->cVars; i++)
System.Windows.Forms.Primitives.Tests (1)
Interop\Oleaut32\ITypeInfoTests.cs (1)
260Assert.Equal(5, pTypeAttr->cVars);