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)
352public IObjectReference ObjRef { get => _obj; } 354public IntPtr ThisPtr => _obj.ThisPtr; 355public ObjectReference<I> AsInterface<I>() => _obj.As<I>(); 356public A As<A>() => _obj.AsType<A>(); 370_obj.Vftbl.GetAt_0.DynamicInvokeAbi(__params); 387_obj.Vftbl.IndexOf_2.DynamicInvokeAbi(__params); 407global::WinRT.ExceptionHelpers.ThrowExceptionForHR(_obj.Vftbl.GetMany_3(ThisPtr, startIndex, __items_length, __items_data, out __retval)); 422global::WinRT.ExceptionHelpers.ThrowExceptionForHR(_obj.Vftbl.get_Size_1(ThisPtr, out __retval));