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