3 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++)