1 write to _journalEntryList
PresentationFramework (1)
System\Windows\Navigation\Journal.cs (1)
61
_journalEntryList
= (List<JournalEntry>)info.GetValue("_journalEntryList", typeof(List<JournalEntry>));
19 references to _journalEntryList
PresentationFramework (19)
System\Windows\Navigation\Journal.cs (19)
50
info.AddValue("_journalEntryList",
_journalEntryList
);
91
return
_journalEntryList
[index];
101
return
_journalEntryList
.Count;
127
return
_journalEntryList
[_currentEntryIndex];
257
} while (IsNavigable(
_journalEntryList
[index]) == false);
280
JournalEntry oldEntry =
_journalEntryList
[_currentEntryIndex];
282
_journalEntryList
[_currentEntryIndex] = journalEntry;
288
_journalEntryList
.Add(journalEntry);
330
_journalEntryList
.RemoveRange(_currentEntryIndex,
_journalEntryList
.Count - _currentEntryIndex);
390
return
_journalEntryList
[fwdEntryIndex];
398
int index =
_journalEntryList
.IndexOf(entry);
419
int index =
_journalEntryList
.IndexOf(target);
458
JournalEntry je =
_journalEntryList
[i];
483
JournalEntry theEntry =
_journalEntryList
[index];
489
_journalEntryList
.RemoveAt(index);
511
JournalEntry entry =
_journalEntryList
[i];
539
JournalEntry je =
_journalEntryList
[index];
581
} while (!IsNavigable(
_journalEntryList
[index]));