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