2 writes to GuidId
PresentationFramework (2)
src\Framework\System\Windows\Controls\Frame.cs (1)
1278_navigationService.GuidId = state.NavSvcGuid;
src\Framework\System\Windows\Navigation\NavigationService.cs (1)
82GuidId = Guid.NewGuid();
4 references to GuidId
PresentationFramework (4)
src\Framework\MS\Internal\AppModel\Journaling.cs (1)
371if (journalEntry.NavigationServiceId != NavigationService.GuidId)
src\Framework\System\Windows\Controls\Frame.cs (2)
1260state.NavSvcGuid = _navigationService.GuidId; 1368parentJns.Journal.RemoveEntries(_navigationService.GuidId);
src\Framework\System\Windows\Navigation\NavigationService.cs (1)
803if (this.GuidId == navigationServiceId)