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