3 references to VT_I2
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2TypeInfoProcessor.cs (1)
949
case NativeMethods.tagVT.
VT_I2
:
winforms\Managed\System\WinForms\NativeMethods.cs (2)
4319
v.vt = (int)tagVT.
VT_I2
;
4429
case (int)tagVT.
VT_I2
: