1 write to _journalEntryList
PresentationFramework (1)
src\Framework\System\Windows\Navigation\Journal.cs (1)
83
_journalEntryList
= (List<JournalEntry>)info.GetValue("_journalEntryList", typeof(List<JournalEntry>));
19 references to _journalEntryList
PresentationFramework (19)
src\Framework\System\Windows\Navigation\Journal.cs (19)
72
info.AddValue("_journalEntryList",
_journalEntryList
);
113
return
_journalEntryList
[index];
123
return
_journalEntryList
.Count;
149
return
_journalEntryList
[_currentEntryIndex];
279
} while (IsNavigable(
_journalEntryList
[index]) == false);
305
JournalEntry oldEntry =
_journalEntryList
[_currentEntryIndex];
307
_journalEntryList
[_currentEntryIndex] = journalEntry;
313
_journalEntryList
.Add(journalEntry);
355
_journalEntryList
.RemoveRange(_currentEntryIndex,
_journalEntryList
.Count - _currentEntryIndex);
415
return
_journalEntryList
[fwdEntryIndex];
423
int index =
_journalEntryList
.IndexOf(entry);
444
int index =
_journalEntryList
.IndexOf(target);
482
JournalEntry je =
_journalEntryList
[i];
512
JournalEntry theEntry =
_journalEntryList
[index];
518
_journalEntryList
.RemoveAt(index);
540
JournalEntry entry =
_journalEntryList
[i];
568
JournalEntry je =
_journalEntryList
[index];
610
} while (!IsNavigable(
_journalEntryList
[index]));