2 writes to GuidId
PresentationFramework (2)
System\Windows\Controls\Frame.cs (1)
1246_navigationService.GuidId = state.NavSvcGuid;
System\Windows\Navigation\NavigationService.cs (1)
62GuidId = Guid.NewGuid();
4 references to GuidId
PresentationFramework (4)
MS\Internal\AppModel\Journaling.cs (1)
355if (journalEntry.NavigationServiceId != NavigationService.GuidId)
System\Windows\Controls\Frame.cs (2)
1228state.NavSvcGuid = _navigationService.GuidId; 1336parentJns.Journal.RemoveEntries(_navigationService.GuidId);
System\Windows\Navigation\NavigationService.cs (1)
666if (this.GuidId == navigationServiceId)