4 references to VT_UI2
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2TypeInfoProcessor.cs (1)
951
case NativeMethods.tagVT.
VT_UI2
:
winforms\Managed\System\WinForms\NativeMethods.cs (3)
4311
v.vt = (int)tagVT.
VT_UI2
;
4358
v.vt = (int)tagVT.
VT_UI2
;
4435
case (int)tagVT.
VT_UI2
: