4 references to VT_I8
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2TypeInfoProcessor.cs (1)
963
case NativeMethods.tagVT.
VT_I8
:
winforms\Managed\System\WinForms\NativeMethods.cs (3)
4327
v.vt = (int)tagVT.
VT_I8
;
4455
case (int)tagVT.
VT_I8
:
4464
if (vt == (int)tagVT.
VT_I8
) {