5 instantiations of IEnumerable
PresentationFramework (5)
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IEnumerable.cs (4)
50
thisPtr == IntPtr.Zero ? null : new
IEnumerable
<T>(ObjRefFromAbi(thisPtr));
67
this(new global::MS.Internal.WindowsRuntime.ABI.System.Collections.Generic.
IEnumerable
<T>(obj))
158
public static implicit operator IEnumerable<T>(IObjectReference obj) => (obj != null) ? new
IEnumerable
<T>(obj) : null;
159
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)
70
_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)
1620
__precedingWords = global::MS.Internal.WindowsRuntime.ABI.System.Collections.Generic.
IEnumerable
<global::MS.Internal.WindowsRuntime.Windows.Data.Text.WordSegment>.CreateMarshaler(precedingWords);
1621
__words = global::MS.Internal.WindowsRuntime.ABI.System.Collections.Generic.
IEnumerable
<global::MS.Internal.WindowsRuntime.Windows.Data.Text.WordSegment>.CreateMarshaler(words);
1622
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)));
1626
global::MS.Internal.WindowsRuntime.ABI.System.Collections.Generic.
IEnumerable
<global::MS.Internal.WindowsRuntime.Windows.Data.Text.WordSegment>.DisposeMarshaler(__precedingWords);
1627
global::MS.Internal.WindowsRuntime.ABI.System.Collections.Generic.
IEnumerable
<global::MS.Internal.WindowsRuntime.Windows.Data.Text.WordSegment>.DisposeMarshaler(__words);
1647
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)
44
obj is null ? null : ComWrappersSupport.CreateCCWForObject(obj).As<Vftbl>(GuidGenerator.GetIID(typeof(
IEnumerable
<T>)));
60
public static string GetGuidSignature() => GuidGenerator.GetSignature(typeof(
IEnumerable
<T>));
64
private readonly global::MS.Internal.WindowsRuntime.ABI.System.Collections.Generic.
IEnumerable
<T> _iterable;
71
public FromAbiHelper(global::MS.Internal.WindowsRuntime.ABI.System.Collections.Generic.
IEnumerable
<T> iterable)
91
private readonly
IEnumerable
<T> m_enumerable;
93
internal ToAbiHelper(
IEnumerable
<T> enumerable) => m_enumerable = enumerable;
104
public static Guid PIID = GuidGenerator.CreateIID(typeof(
IEnumerable
<T>));
158
public static implicit operator
IEnumerable
<T>(IObjectReference obj) => (obj != null) ? new IEnumerable<T>(obj) : null;
159
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)
60
private readonly global::MS.Internal.WindowsRuntime.ABI.System.Collections.Generic.
IEnumerable
<T> _enumerable;