2 implementations of OnSourceUpdatedFromNavService
PresentationFramework (2)
src\Framework\System\Windows\Controls\Frame.cs (1)
305
void INavigatorImpl.
OnSourceUpdatedFromNavService
(bool journalOrCancel)
src\Framework\System\Windows\Navigation\NavigationWindow.cs (1)
628
void INavigatorImpl.
OnSourceUpdatedFromNavService
(bool journalOrCancel)
3 references to OnSourceUpdatedFromNavService
PresentationFramework (3)
src\Framework\System\Windows\Navigation\NavigationService.cs (3)
2072
_navigatorHostImpl.
OnSourceUpdatedFromNavService
(true /* journalOrCancel */);
2316
_navigatorHostImpl.
OnSourceUpdatedFromNavService
(IsJournalNavigation(navigateInfo) /* journalOrCancel */);
2377
_navigatorHostImpl.
OnSourceUpdatedFromNavService
(true /* journalOrCancel */);