1 write to _guidId
PresentationFramework (1)
src\Framework\System\Windows\Navigation\NavigationService.cs (1)
3700set { _guidId = value; }
3 references to _guidId
PresentationFramework (3)
src\Framework\System\Windows\Navigation\NavigationService.cs (3)
495&& (navInfo.JournalEntry == null || navInfo.JournalEntry.NavigationServiceId == _guidId); 3437_journalEntryGroupState = new JournalEntryGroupState(_guidId, _contentId); 3699get { return _guidId; }