3 references to VT_I4
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2TypeInfoProcessor.cs (1)
955
case NativeMethods.tagVT.
VT_I4
:
winforms\Managed\System\WinForms\NativeMethods.cs (2)
4323
v.vt = (int)tagVT.
VT_I4
;
4441
case (int)tagVT.
VT_I4
: