Implemented interface member:
property
HasCurrent
MS.Internal.WindowsRuntime.Windows.Foundation.Collections.IIterator<T>.HasCurrent
2 references to HasCurrent
PresentationFramework (2)
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IEnumerable.cs (2)
396while (index < items.Length && HasCurrent) 540____return_value__ = FindAdapter(thisPtr).HasCurrent;