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