6 references to VT_DISPATCH
System.Windows.Forms (6)
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2TypeInfoProcessor.cs (3)
333
case NativeMethods.tagVT.
VT_DISPATCH
:
416
return VTToType(NativeMethods.tagVT.
VT_DISPATCH
);
983
case NativeMethods.tagVT.
VT_DISPATCH
:
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);
4497
case (int)tagVT.
VT_DISPATCH
: