3 references to IEnumerable
PresentationFramework (3)
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IEnumerable.cs (2)
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;
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IReadOnlyList.cs (1)
70
_enumerable = new ABI.System.Collections.Generic.
IEnumerable
<T>(vectorView.ObjRef);