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