2 writes to _journalEntryId
PresentationFramework (2)
src\Framework\System\Windows\Navigation\Journal.cs (2)
86_journalEntryId = info.GetInt32("_journalEntryId"); 312journalEntry.Id = ++_journalEntryId;
1 reference to _journalEntryId
PresentationFramework (1)
src\Framework\System\Windows\Navigation\Journal.cs (1)
74info.AddValue("_journalEntryId", _journalEntryId);