2 references to GetIDispatchForObject
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\DispatchWrapper.cs (1)
19
IntPtr pdisp = Marshal.
GetIDispatchForObject
(obj);
System.Windows.Forms (1)
System\Windows\Forms\ActiveX\AxHost.cs (1)
3762
using ComScope<IDispatch> dispatch = new((IDispatch*)Marshal.
GetIDispatchForObject
(oleFont));