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