4 instantiations of IReadOnlyList
PresentationFramework (4)
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IReadOnlyList.cs (4)
39
thisPtr == IntPtr.Zero ? null : new
IReadOnlyList
<T>(ObjRefFromAbi(thisPtr));
57
this(new global::MS.Internal.WindowsRuntime.ABI.System.Collections.Generic.
IReadOnlyList
<T>(obj))
349
public static implicit operator IReadOnlyList<T>(IObjectReference obj) => (obj != null) ? new
IReadOnlyList
<T>(obj) : null;
350
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)
1157
value = global::MS.Internal.WindowsRuntime.ABI.System.Collections.Generic.
IReadOnlyList
<global::MS.Internal.WindowsRuntime.Windows.Data.Text.AlternateWordForm>.FromManaged(__value);
1228
return global::MS.Internal.WindowsRuntime.ABI.System.Collections.Generic.
IReadOnlyList
<global::MS.Internal.WindowsRuntime.Windows.Data.Text.AlternateWordForm>.FromAbi(__retval);
1232
global::MS.Internal.WindowsRuntime.ABI.System.Collections.Generic.
IReadOnlyList
<global::MS.Internal.WindowsRuntime.Windows.Data.Text.AlternateWordForm>.DisposeAbi(__retval);
1328
result = global::MS.Internal.WindowsRuntime.ABI.System.Collections.Generic.
IReadOnlyList
<global::MS.Internal.WindowsRuntime.Windows.Data.Text.WordSegment>.FromManaged(__result);
1413
return global::MS.Internal.WindowsRuntime.ABI.System.Collections.Generic.
IReadOnlyList
<global::MS.Internal.WindowsRuntime.Windows.Data.Text.WordSegment>.FromAbi(__retval);
1418
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)
506
value = global::MS.Internal.WindowsRuntime.ABI.System.Collections.Generic.
IReadOnlyList
<string>.FromManaged(__value);
539
return global::MS.Internal.WindowsRuntime.ABI.System.Collections.Generic.
IReadOnlyList
<string>.FromAbi(__retval);
544
global::MS.Internal.WindowsRuntime.ABI.System.Collections.Generic.
IReadOnlyList
<string>.DisposeAbi(__retval);
MS\Internal\WindowsRuntime\Generated\WinRT\Projections.cs (1)
22
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)
33
obj is null ? null : ComWrappersSupport.CreateCCWForObject(obj).As<Vftbl>(GuidGenerator.GetIID(typeof(
IReadOnlyList
<T>)));
49
public static string GetGuidSignature() => GuidGenerator.GetSignature(typeof(
IReadOnlyList
<T>));
53
private readonly global::MS.Internal.WindowsRuntime.ABI.System.Collections.Generic.
IReadOnlyList
<T> _vectorView;
61
public FromAbiHelper(global::MS.Internal.WindowsRuntime.ABI.System.Collections.Generic.
IReadOnlyList
<T> vectorView)
212
public static Guid PIID = GuidGenerator.CreateIID(typeof(
IReadOnlyList
<T>));
349
public static implicit operator
IReadOnlyList
<T>(IObjectReference obj) => (obj != null) ? new IReadOnlyList<T>(obj) : null;
350
public static implicit operator
IReadOnlyList
<T>(ObjectReference<Vftbl> obj) => (obj != null) ? new IReadOnlyList<T>(obj) : null;