6 references to FragmentNavigation
PresentationFramework (6)
System\Windows\Controls\Frame.cs (2)
1139
_navigationService.
FragmentNavigation
+= value;
1143
_navigationService.
FragmentNavigation
-= value;
System\Windows\Documents\FixedHyperlink.cs (2)
51
oldService.
FragmentNavigation
-= new FragmentNavigationEventHandler(FragmentHandler);
56
newService.
FragmentNavigation
+= new FragmentNavigationEventHandler(FragmentHandler);
System\Windows\Navigation\NavigationWindow.cs (2)
812
NavigationService.
FragmentNavigation
+= value;
817
NavigationService.
FragmentNavigation
-= value;