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)
64
oldService.
FragmentNavigation
-= new FragmentNavigationEventHandler(FragmentHandler);
69
newService.
FragmentNavigation
+= new FragmentNavigationEventHandler(FragmentHandler);
src\Framework\System\Windows\Navigation\NavigationWindow.cs (2)
855
NavigationService.
FragmentNavigation
+= value;
860
NavigationService.
FragmentNavigation
-= value;