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