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