1 write to _obj
PresentationFramework (1)
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IReadOnlyList.cs (1)
360
_obj
= obj;
8 references to _obj
PresentationFramework (8)
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IReadOnlyList.cs (8)
352
public IObjectReference ObjRef { get =>
_obj
; }
354
public IntPtr ThisPtr =>
_obj
.ThisPtr;
355
public ObjectReference<I> AsInterface<I>() =>
_obj
.As<I>();
356
public A As<A>() =>
_obj
.AsType<A>();
370
_obj
.Vftbl.GetAt_0.DynamicInvokeAbi(__params);
387
_obj
.Vftbl.IndexOf_2.DynamicInvokeAbi(__params);
407
global::WinRT.ExceptionHelpers.ThrowExceptionForHR(
_obj
.Vftbl.GetMany_3(ThisPtr, startIndex, __items_length, __items_data, out __retval));
422
global::WinRT.ExceptionHelpers.ThrowExceptionForHR(
_obj
.Vftbl.get_Size_1(ThisPtr, out __retval));