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