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