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