2 writes to Name
PresentationFramework (2)
src\Framework\System\Windows\Navigation\JournalEntry.cs (1)
128
this.
Name
= info.GetString("Name");
src\Framework\System\Windows\Navigation\NavigationService.cs (1)
3615
journalEntry.
Name
= name;
2 references to Name
PresentationFramework (2)
src\Framework\MS\Internal\AppModel\ApplicationProxyInternal.cs (1)
604
info.title = entry.
Name
;
src\Framework\System\Windows\Navigation\JournalEntry.cs (1)
155
info.AddValue("Name", this.
Name
); // see Remarks on class declaration