2 writes to vt
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2TypeInfoProcessor.cs (1)
361refTypeDesc.vt = Marshal.ReadInt16(typeDesc.unionMember, 4);
winforms\Managed\System\WinForms\NativeMethods.cs (1)
6306td.vt = this.tdescAlias_vt;
5 references to vt
System.Windows.Forms (5)
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2TypeInfoProcessor.cs (5)
328switch ((NativeMethods.tagVT)typeDesc.vt) { 330return VTToType((NativeMethods.tagVT)typeDesc.vt); 338return VTToType((NativeMethods.tagVT)typeDesc.vt); 364if (refTypeDesc.vt == (int)NativeMethods.tagVT.VT_VARIANT) { 365return VTToType((NativeMethods.tagVT)refTypeDesc.vt);