6 references to FragmentNavigation
PresentationFramework (6)
System\Windows\Controls\Frame.cs (2)
1151
_navigationService.
FragmentNavigation
+= value;
1155
_navigationService.
FragmentNavigation
-= value;
System\Windows\Documents\FixedHyperlink.cs (2)
60
oldService.
FragmentNavigation
-= new FragmentNavigationEventHandler(FragmentHandler);
65
newService.
FragmentNavigation
+= new FragmentNavigationEventHandler(FragmentHandler);
System\Windows\Navigation\NavigationWindow.cs (2)
828
NavigationService.
FragmentNavigation
+= value;
833
NavigationService.
FragmentNavigation
-= value;