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