5 instantiations of IEnumerable
PresentationFramework (5)
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IEnumerable.cs (4)
44
thisPtr == IntPtr.Zero ? null : new
IEnumerable
<T>(ObjRefFromAbi(thisPtr));
61
this(new global::MS.Internal.WindowsRuntime.ABI.System.Collections.Generic.
IEnumerable
<T>(obj))
152
public static implicit operator IEnumerable<T>(IObjectReference obj) => (obj != null) ? new
IEnumerable
<T>(obj) : null;
153
public static implicit operator IEnumerable<T>(ObjectReference<Vftbl> obj) => (obj != null) ? new
IEnumerable
<T>(obj) : null;
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IReadOnlyList.cs (1)
64
_enumerable = new ABI.System.Collections.Generic.
IEnumerable
<T>(vectorView.ObjRef);
18 references to IEnumerable
PresentationFramework (18)
MS\Internal\WindowsRuntime\Generated\Windows.Data.Text.cs (8)
1613
__precedingWords = global::MS.Internal.WindowsRuntime.ABI.System.Collections.Generic.
IEnumerable
<global::MS.Internal.WindowsRuntime.Windows.Data.Text.WordSegment>.CreateMarshaler(precedingWords);
1614
__words = global::MS.Internal.WindowsRuntime.ABI.System.Collections.Generic.
IEnumerable
<global::MS.Internal.WindowsRuntime.Windows.Data.Text.WordSegment>.CreateMarshaler(words);
1615
global::WinRT.ExceptionHelpers.ThrowExceptionForHR(abiInvoke(ThisPtr, global::MS.Internal.WindowsRuntime.ABI.System.Collections.Generic.
IEnumerable
<global::MS.Internal.WindowsRuntime.Windows.Data.Text.WordSegment>.GetAbi(__precedingWords), global::MS.Internal.WindowsRuntime.ABI.System.Collections.Generic.
IEnumerable
<global::MS.Internal.WindowsRuntime.Windows.Data.Text.WordSegment>.GetAbi(__words)));
1619
global::MS.Internal.WindowsRuntime.ABI.System.Collections.Generic.
IEnumerable
<global::MS.Internal.WindowsRuntime.Windows.Data.Text.WordSegment>.DisposeMarshaler(__precedingWords);
1620
global::MS.Internal.WindowsRuntime.ABI.System.Collections.Generic.
IEnumerable
<global::MS.Internal.WindowsRuntime.Windows.Data.Text.WordSegment>.DisposeMarshaler(__words);
1640
invoke(global::MS.Internal.WindowsRuntime.ABI.System.Collections.Generic.
IEnumerable
<global::MS.Internal.WindowsRuntime.Windows.Data.Text.WordSegment>.FromAbi(precedingWords), global::MS.Internal.WindowsRuntime.ABI.System.Collections.Generic.
IEnumerable
<global::MS.Internal.WindowsRuntime.Windows.Data.Text.WordSegment>.FromAbi(words));
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IEnumerable.cs (9)
38
obj is null ? null : ComWrappersSupport.CreateCCWForObject(obj).As<Vftbl>(GuidGenerator.GetIID(typeof(
IEnumerable
<T>)));
54
public static string GetGuidSignature() => GuidGenerator.GetSignature(typeof(
IEnumerable
<T>));
58
private readonly global::MS.Internal.WindowsRuntime.ABI.System.Collections.Generic.
IEnumerable
<T> _iterable;
65
public FromAbiHelper(global::MS.Internal.WindowsRuntime.ABI.System.Collections.Generic.
IEnumerable
<T> iterable)
85
private readonly
IEnumerable
<T> m_enumerable;
87
internal ToAbiHelper(
IEnumerable
<T> enumerable) => m_enumerable = enumerable;
98
public static Guid PIID = GuidGenerator.CreateIID(typeof(
IEnumerable
<T>));
152
public static implicit operator
IEnumerable
<T>(IObjectReference obj) => (obj != null) ? new IEnumerable<T>(obj) : null;
153
public static implicit operator
IEnumerable
<T>(ObjectReference<Vftbl> obj) => (obj != null) ? new IEnumerable<T>(obj) : null;
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IReadOnlyList.cs (1)
54
private readonly global::MS.Internal.WindowsRuntime.ABI.System.Collections.Generic.
IEnumerable
<T> _enumerable;