4 instantiations of IReadOnlyList
PresentationFramework (4)
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IReadOnlyList.cs (4)
45
thisPtr == IntPtr.Zero ? null : new
IReadOnlyList
<T>(ObjRefFromAbi(thisPtr));
63
this(new global::MS.Internal.WindowsRuntime.ABI.System.Collections.Generic.
IReadOnlyList
<T>(obj))
355
public static implicit operator IReadOnlyList<T>(IObjectReference obj) => (obj != null) ? new
IReadOnlyList
<T>(obj) : null;
356
public static implicit operator IReadOnlyList<T>(ObjectReference<Vftbl> obj) => (obj != null) ? new
IReadOnlyList
<T>(obj) : null;
17 references to IReadOnlyList
PresentationFramework (17)
MS\Internal\WindowsRuntime\Generated\Windows.Data.Text.cs (6)
1164
value = global::MS.Internal.WindowsRuntime.ABI.System.Collections.Generic.
IReadOnlyList
<global::MS.Internal.WindowsRuntime.Windows.Data.Text.AlternateWordForm>.FromManaged(__value);
1235
return global::MS.Internal.WindowsRuntime.ABI.System.Collections.Generic.
IReadOnlyList
<global::MS.Internal.WindowsRuntime.Windows.Data.Text.AlternateWordForm>.FromAbi(__retval);
1239
global::MS.Internal.WindowsRuntime.ABI.System.Collections.Generic.
IReadOnlyList
<global::MS.Internal.WindowsRuntime.Windows.Data.Text.AlternateWordForm>.DisposeAbi(__retval);
1335
result = global::MS.Internal.WindowsRuntime.ABI.System.Collections.Generic.
IReadOnlyList
<global::MS.Internal.WindowsRuntime.Windows.Data.Text.WordSegment>.FromManaged(__result);
1420
return global::MS.Internal.WindowsRuntime.ABI.System.Collections.Generic.
IReadOnlyList
<global::MS.Internal.WindowsRuntime.Windows.Data.Text.WordSegment>.FromAbi(__retval);
1425
global::MS.Internal.WindowsRuntime.ABI.System.Collections.Generic.
IReadOnlyList
<global::MS.Internal.WindowsRuntime.Windows.Data.Text.WordSegment>.DisposeAbi(__retval);
MS\Internal\WindowsRuntime\Generated\Windows.Globalization.cs (3)
513
value = global::MS.Internal.WindowsRuntime.ABI.System.Collections.Generic.
IReadOnlyList
<string>.FromManaged(__value);
546
return global::MS.Internal.WindowsRuntime.ABI.System.Collections.Generic.
IReadOnlyList
<string>.FromAbi(__retval);
551
global::MS.Internal.WindowsRuntime.ABI.System.Collections.Generic.
IReadOnlyList
<string>.DisposeAbi(__retval);
MS\Internal\WindowsRuntime\Generated\WinRT\Projections.cs (1)
29
RegisterCustomAbiTypeMappingNoLock(typeof(IReadOnlyList<>), typeof(MS.Internal.WindowsRuntime.ABI.System.Collections.Generic.
IReadOnlyList
<>), "Windows.Foundation.Collections.IVectorView`1");
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IReadOnlyList.cs (7)
39
obj is null ? null : ComWrappersSupport.CreateCCWForObject(obj).As<Vftbl>(GuidGenerator.GetIID(typeof(
IReadOnlyList
<T>)));
55
public static string GetGuidSignature() => GuidGenerator.GetSignature(typeof(
IReadOnlyList
<T>));
59
private readonly global::MS.Internal.WindowsRuntime.ABI.System.Collections.Generic.
IReadOnlyList
<T> _vectorView;
67
public FromAbiHelper(global::MS.Internal.WindowsRuntime.ABI.System.Collections.Generic.
IReadOnlyList
<T> vectorView)
218
public static Guid PIID = GuidGenerator.CreateIID(typeof(
IReadOnlyList
<T>));
355
public static implicit operator
IReadOnlyList
<T>(IObjectReference obj) => (obj != null) ? new IReadOnlyList<T>(obj) : null;
356
public static implicit operator
IReadOnlyList
<T>(ObjectReference<Vftbl> obj) => (obj != null) ? new IReadOnlyList<T>(obj) : null;