6 references to NavigationFailed
PresentationFramework (6)
System\Windows\Controls\Frame.cs (2)
1051_navigationService.NavigationFailed += value; 1055_navigationService.NavigationFailed -= value;
System\Windows\Navigation\NavigationService.cs (2)
2671if (NavigationFailed != null) 2673NavigationFailed(INavigatorHost, e);
System\Windows\Navigation\NavigationWindow.cs (2)
720NavigationService.NavigationFailed += value; 725NavigationService.NavigationFailed -= value;