4 references to GetIDispatchForObject
mscorlib (3)
system\runtime\interopservices\dispatchwrapper.cs (1)
35IntPtr 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)
926IntPtr ptr = Marshal.GetIDispatchForObject(value); // MDAC 80727