4 references to IEnumerator
PresentationFramework (4)
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IEnumerable.cs (4)
206thisPtr == IntPtr.Zero ? null : new IEnumerator<T>(ObjRefFromAbi(thisPtr)); 209new IEnumerator<T>(ObjRefFromAbi(thisPtr)); 563public static implicit operator IEnumerator<T>(ObjectReference<Vftbl> obj) => (obj != null) ? new IEnumerator<T>(obj) : null; 572public IEnumerator(IObjectReference obj) : this(obj.As<Vftbl>()) { }