1 instantiation of FragmentNavigationEventArgs
PresentationFramework (1)
System\Windows\Navigation\NavigationService.cs (1)
2481
FragmentNavigationEventArgs e = new
FragmentNavigationEventArgs
(fragment, INavigatorHost);
5 references to FragmentNavigationEventArgs
PresentationFramework (5)
System\Windows\Application.cs (2)
1520
protected virtual void OnFragmentNavigation(
FragmentNavigationEventArgs
e)
1846
internal void FireFragmentNavigation(
FragmentNavigationEventArgs
e)
System\Windows\Documents\FixedHyperlink.cs (1)
75
internal static void FragmentHandler(object sender,
FragmentNavigationEventArgs
e)
System\Windows\Navigation\NavigationService.cs (2)
2481
FragmentNavigationEventArgs
e = new FragmentNavigationEventArgs(fragment, INavigatorHost);
4187
public delegate void FragmentNavigationEventHandler(object sender,
FragmentNavigationEventArgs
e);