1 write to _journalEntryList
PresentationFramework (1)
System\Windows\Navigation\Journal.cs (1)
60
_journalEntryList
= (List<JournalEntry>)info.GetValue("_journalEntryList", typeof(List<JournalEntry>));
19 references to _journalEntryList
PresentationFramework (19)
System\Windows\Navigation\Journal.cs (19)
49
info.AddValue("_journalEntryList",
_journalEntryList
);
90
return
_journalEntryList
[index];
100
return
_journalEntryList
.Count;
126
return
_journalEntryList
[_currentEntryIndex];
256
} while (!IsNavigable(
_journalEntryList
[index]));
279
JournalEntry oldEntry =
_journalEntryList
[_currentEntryIndex];
281
_journalEntryList
[_currentEntryIndex] = journalEntry;
287
_journalEntryList
.Add(journalEntry);
329
_journalEntryList
.RemoveRange(_currentEntryIndex,
_journalEntryList
.Count - _currentEntryIndex);
389
return
_journalEntryList
[fwdEntryIndex];
397
int index =
_journalEntryList
.IndexOf(entry);
418
int index =
_journalEntryList
.IndexOf(target);
457
JournalEntry je =
_journalEntryList
[i];
482
JournalEntry theEntry =
_journalEntryList
[index];
488
_journalEntryList
.RemoveAt(index);
510
JournalEntry entry =
_journalEntryList
[i];
538
JournalEntry je =
_journalEntryList
[index];
580
} while (!IsNavigable(
_journalEntryList
[index]));