1 write to _obj
PresentationFramework (1)
MS\Internal\WindowsRuntime\Generated\WinRT\Interop\ExceptionErrorInfo.cs (1)
371
_obj
= obj;
4 references to _obj
PresentationFramework (4)
MS\Internal\WindowsRuntime\Generated\WinRT\Interop\ExceptionErrorInfo.cs (4)
365
public IntPtr ThisPtr =>
_obj
.ThisPtr;
366
public ObjectReference<I> AsInterface<I>() =>
_obj
.As<I>();
367
public A As<A>() =>
_obj
.AsType<A>();
376
return
_obj
.Vftbl.InterfaceSupportsErrorInfo_0(ThisPtr, ref riid) == 0;