2 writes to Id
PresentationFramework (2)
src\Framework\System\Windows\Navigation\Journal.cs (2)
306journalEntry.Id = oldEntry.Id; 312journalEntry.Id = ++_journalEntryId;
4 references to Id
PresentationFramework (4)
src\Framework\MS\Internal\AppModel\ApplicationProxyInternal.cs (2)
605info.entryId = entry.Id; 805Debug.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)
306journalEntry.Id = oldEntry.Id; 462if (this[i].Id == id)