6 references to NavigationFailed
PresentationFramework (6)
System\Windows\Controls\Frame.cs (2)
1068_navigationService.NavigationFailed += value; 1072_navigationService.NavigationFailed -= value;
System\Windows\Navigation\NavigationService.cs (2)
2739if (NavigationFailed != null) 2741NavigationFailed(INavigatorHost, e);
System\Windows\Navigation\NavigationWindow.cs (2)
740NavigationService.NavigationFailed += value; 745NavigationService.NavigationFailed -= value;