6 references to RootNavigationService
PresentationFramework (6)
src\Framework\System\Windows\Navigation\NavigationService.cs (6)
92
if (jns != null && jns.
RootNavigationService
!= this)
96
jns.
RootNavigationService
.BytesRead -= _bytesRead;
97
jns.
RootNavigationService
.MaxBytes -= _maxBytes;
1416
if (JournalScope != null && JournalScope.
RootNavigationService
!= this)
1418
rootNavigationService = JournalScope.
RootNavigationService
;
3784
return jns != null && jns.
RootNavigationService
== this;