4 references to CurrentIndex
PresentationFramework (4)
MS\Internal\AppModel\Journaling.cs (1)
354for (int index = journal.CurrentIndex - 1; index >= 0; --index)
MS\Internal\Navigation\JournalEntryStack.cs (2)
73return new JournalEntryStackEnumerator(_journal, _journal.CurrentIndex - 1, -1, this.Filter); 90return new JournalEntryStackEnumerator(_journal, _journal.CurrentIndex + 1, 1, this.Filter);
System\Windows\Navigation\NavigationService.cs (1)
3909Debug.Assert(parentEntryIndex < journal.CurrentIndex);