6 references to FragmentNavigation
PresentationFramework (6)
System\Windows\Controls\Frame.cs (2)
1134
_navigationService.
FragmentNavigation
+= value;
1138
_navigationService.
FragmentNavigation
-= value;
System\Windows\Documents\FixedHyperlink.cs (2)
50
oldService.
FragmentNavigation
-= new FragmentNavigationEventHandler(FragmentHandler);
55
newService.
FragmentNavigation
+= new FragmentNavigationEventHandler(FragmentHandler);
System\Windows\Navigation\NavigationWindow.cs (2)
808
NavigationService.
FragmentNavigation
+= value;
813
NavigationService.
FragmentNavigation
-= value;