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