6 references to VT_UNKNOWN
System.Windows.Forms (6)
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2TypeInfoProcessor.cs (3)
332
case NativeMethods.tagVT.
VT_UNKNOWN
:
419
return VTToType(NativeMethods.tagVT.
VT_UNKNOWN
);
985
case NativeMethods.tagVT.
VT_UNKNOWN
:
winforms\Managed\System\WinForms\NativeMethods.cs (3)
4276
if ((this.vt == (int)tagVT.
VT_UNKNOWN
|| this.vt == (int)tagVT.VT_DISPATCH) && this.data1 != IntPtr.Zero) {
4370
v.vt = (t == typeof(UnsafeNativeMethods.IDispatch) ? (short)tagVT.VT_DISPATCH : (short)tagVT.
VT_UNKNOWN
);
4498
case (int)tagVT.
VT_UNKNOWN
: