8 references to vt
System.Windows.Forms (5)
System\Windows\Forms\ComponentModel\COM2Interop\COM2TypeInfoProcessor.cs (5)
318switch (typeDesc.vt) 321return VTToType(typeDesc.vt); 329return VTToType(typeDesc.vt); 340if (typeDesc.Anonymous.lptdesc->vt == VT_VARIANT) 342return VTToType(typeDesc.Anonymous.lptdesc->vt);
System.Windows.Forms.Primitives.Tests (3)
Interop\Oleaut32\ITypeInfoTests.cs (3)
122Assert.Equal(VARENUM.VT_VOID, pFuncDesc->elemdescFunc.tdesc.vt); 267Assert.Equal(VARENUM.VT_EMPTY, pTypeAttr->tdescAlias.vt); 306Assert.Equal(VARENUM.VT_USERDEFINED, pVarDesc->elemdescVar.tdesc.vt);