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