2 implementations of _MoveNext
PresentationFramework (2)
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IEnumerable.cs (2)
369
public bool
_MoveNext
()
576
public unsafe bool
_MoveNext
()
1 reference to _MoveNext
PresentationFramework (1)
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IEnumerable.cs (1)
282
m_hadCurrent = _iterator.
_MoveNext
();