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)
62
public IntPtr ThisPtr =>
_obj
.ThisPtr;
63
public ObjectReference<I> AsInterface<I>() =>
_obj
.As<I>();
64
public A As<A>() =>
_obj
.AsType<A>();
79
Marshal.ThrowExceptionForHR(
_obj
.Vftbl.ContextCallback_4(ThisPtr, pfnCallback, pParam, ref riid, iMethod, IntPtr.Zero));