1 write to _journalEntryList
PresentationFramework (1)
System\Windows\Navigation\Journal.cs (1)
72
_journalEntryList
= (List<JournalEntry>)info.GetValue("_journalEntryList", typeof(List<JournalEntry>));
19 references to _journalEntryList
PresentationFramework (19)
System\Windows\Navigation\Journal.cs (19)
61
info.AddValue("_journalEntryList",
_journalEntryList
);
102
return
_journalEntryList
[index];
112
return
_journalEntryList
.Count;
138
return
_journalEntryList
[_currentEntryIndex];
268
} while (IsNavigable(
_journalEntryList
[index]) == false);
291
JournalEntry oldEntry =
_journalEntryList
[_currentEntryIndex];
293
_journalEntryList
[_currentEntryIndex] = journalEntry;
299
_journalEntryList
.Add(journalEntry);
341
_journalEntryList
.RemoveRange(_currentEntryIndex,
_journalEntryList
.Count - _currentEntryIndex);
401
return
_journalEntryList
[fwdEntryIndex];
409
int index =
_journalEntryList
.IndexOf(entry);
430
int index =
_journalEntryList
.IndexOf(target);
469
JournalEntry je =
_journalEntryList
[i];
500
JournalEntry theEntry =
_journalEntryList
[index];
506
_journalEntryList
.RemoveAt(index);
528
JournalEntry entry =
_journalEntryList
[i];
556
JournalEntry je =
_journalEntryList
[index];
598
} while (!IsNavigable(
_journalEntryList
[index]));