4 references to GetIDispatchForObject
mscorlib (3)
system\runtime\interopservices\dispatchwrapper.cs (1)
35
IntPtr pdisp = Marshal.
GetIDispatchForObject
(obj);
system\Runtime\InteropServices\Variant.cs (2)
224
*(IntPtr*)this._typeUnion._unionTypes._byref = Marshal.
GetIDispatchForObject
(value);
663
_typeUnion._unionTypes._dispatch = Marshal.
GetIDispatchForObject
(value);
System.Data (1)
fx\src\data\System\Data\OleDb\ColumnBinding.cs (1)
926
IntPtr ptr = Marshal.
GetIDispatchForObject
(value); // MDAC 80727