1 write to _obj
PresentationFramework (1)
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IEnumerable.cs (1)
163
_obj
= obj;
5 references to _obj
PresentationFramework (5)
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IEnumerable.cs (5)
155
public IObjectReference ObjRef { get =>
_obj
; }
157
public IntPtr ThisPtr =>
_obj
.ThisPtr;
158
public ObjectReference<I> AsInterface<I>() =>
_obj
.As<I>();
159
public A As<A>() =>
_obj
.AsType<A>();
173
global::WinRT.ExceptionHelpers.ThrowExceptionForHR(
_obj
.Vftbl.First_0(ThisPtr, out __retval));