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