1 write to _guidId
PresentationFramework (1)
System\Windows\Navigation\NavigationService.cs (1)
3441set { _guidId = value; }
3 references to _guidId
PresentationFramework (3)
System\Windows\Navigation\NavigationService.cs (3)
436&& (navInfo.JournalEntry == null || navInfo.JournalEntry.NavigationServiceId == _guidId); 3201_journalEntryGroupState = new JournalEntryGroupState(_guidId, _contentId); 3440get { return _guidId; }