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