6 references to FragmentNavigation
PresentationFramework (6)
src\Framework\System\Windows\Controls\Frame.cs (2)
1172_navigationService.FragmentNavigation += value; 1176_navigationService.FragmentNavigation -= value;
src\Framework\System\Windows\Documents\FixedHyperlink.cs (2)
64oldService.FragmentNavigation -= new FragmentNavigationEventHandler(FragmentHandler); 69newService.FragmentNavigation += new FragmentNavigationEventHandler(FragmentHandler);
src\Framework\System\Windows\Navigation\NavigationWindow.cs (2)
855NavigationService.FragmentNavigation += value; 860NavigationService.FragmentNavigation -= value;