2 writes to GuidId
PresentationFramework (2)
System\Windows\Controls\Frame.cs (1)
1258_navigationService.GuidId = state.NavSvcGuid;
System\Windows\Navigation\NavigationService.cs (1)
71GuidId = Guid.NewGuid();
4 references to GuidId
PresentationFramework (4)
MS\Internal\AppModel\Journaling.cs (1)
359if (journalEntry.NavigationServiceId != NavigationService.GuidId)
System\Windows\Controls\Frame.cs (2)
1240state.NavSvcGuid = _navigationService.GuidId; 1348parentJns.Journal.RemoveEntries(_navigationService.GuidId);
System\Windows\Navigation\NavigationService.cs (1)
677if (this.GuidId == navigationServiceId)