3 references to IReadOnlyList
PresentationFramework (3)
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IReadOnlyList.cs (3)
39
thisPtr == IntPtr.Zero ? null : new
IReadOnlyList
<T>(ObjRefFromAbi(thisPtr));
350
public static implicit operator IReadOnlyList<T>(ObjectReference<Vftbl> obj) => (obj != null) ? new
IReadOnlyList
<T>(obj) : null;
357
public IReadOnlyList(IObjectReference obj) :
this
(obj.As<Vftbl>()) { }