1 instantiation of FragmentNavigationEventArgs
PresentationFramework (1)
src\Framework\System\Windows\Navigation\NavigationService.cs (1)
2664FragmentNavigationEventArgs e = new FragmentNavigationEventArgs(fragment, INavigatorHost);
5 references to FragmentNavigationEventArgs
PresentationFramework (5)
src\Framework\System\Windows\Application.cs (2)
1569protected virtual void OnFragmentNavigation(FragmentNavigationEventArgs e) 1937internal void FireFragmentNavigation(FragmentNavigationEventArgs e)
src\Framework\System\Windows\Documents\FixedHyperlink.cs (1)
79internal static void FragmentHandler(object sender, FragmentNavigationEventArgs e)
src\Framework\System\Windows\Navigation\NavigationService.cs (2)
2664FragmentNavigationEventArgs e = new FragmentNavigationEventArgs(fragment, INavigatorHost); 4463public delegate void FragmentNavigationEventHandler(object sender, FragmentNavigationEventArgs e);