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