2 writes to Id
PresentationFramework (2)
src\Framework\System\Windows\Navigation\Journal.cs (2)
306
journalEntry.
Id
= oldEntry.Id;
312
journalEntry.
Id
= ++_journalEntryId;
4 references to Id
PresentationFramework (4)
src\Framework\MS\Internal\AppModel\ApplicationProxyInternal.cs (2)
605
info.entryId = entry.
Id
;
805
Debug.Assert(journal[index].
Id
== (int)journaledObject, "BrowserJournalingError: Index retrieved from journal stream does not match index of journal entry");
src\Framework\System\Windows\Navigation\Journal.cs (2)
306
journalEntry.Id = oldEntry.
Id
;
462
if (this[i].
Id
== id)