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