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