8 references to VT_EMPTY
System.Windows.Forms (8)
winforms\Managed\System\WinForms\AxHost.cs (2)
7449
var.vt = (short)NativeMethods.tagVT.
VT_EMPTY
;
7451
if (hr == NativeMethods.S_OK && var.vt != (short)NativeMethods.tagVT.
VT_EMPTY
) {
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2IPerPropertyBrowsingHandler.cs (2)
289
var.vt = (short)NativeMethods.tagVT.
VT_EMPTY
;
291
if (hr == NativeMethods.S_OK && var.vt != (short)NativeMethods.tagVT.
VT_EMPTY
) {
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2TypeInfoProcessor.cs (1)
941
case NativeMethods.tagVT.
VT_EMPTY
:
winforms\Managed\System\WinForms\NativeMethods.cs (3)
4285
this.vt = (int)tagVT.
VT_EMPTY
;
4296
v.vt = (int)tagVT.
VT_EMPTY
;
4411
case (int)tagVT.
VT_EMPTY
: