3 references to VT_DATE
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2TypeInfoProcessor.cs (1)
976
case NativeMethods.tagVT.
VT_DATE
:
winforms\Managed\System\WinForms\NativeMethods.cs (2)
4350
v.vt = (int)tagVT.
VT_DATE
;
4487
case (int)tagVT.
VT_DATE
: