1 write to _obj
PresentationFramework (1)
MS\Internal\WindowsRuntime\Generated\WinRT\Interop\IContextCallback.cs (1)
66_obj = obj;
4 references to _obj
PresentationFramework (4)
MS\Internal\WindowsRuntime\Generated\WinRT\Interop\IContextCallback.cs (4)
60public IntPtr ThisPtr => _obj.ThisPtr; 61public ObjectReference<I> AsInterface<I>() => _obj.As<I>(); 62public A As<A>() => _obj.AsType<A>(); 77Marshal.ThrowExceptionForHR(_obj.Vftbl.ContextCallback_4(ThisPtr, pfnCallback, pParam, ref riid, iMethod, IntPtr.Zero));