6 references to NavigationFailed
PresentationFramework (6)
System\Windows\Controls\Frame.cs (2)
1056_navigationService.NavigationFailed += value; 1060_navigationService.NavigationFailed -= value;
System\Windows\Navigation\NavigationService.cs (2)
2728if (NavigationFailed != null) 2730NavigationFailed(INavigatorHost, e);
System\Windows\Navigation\NavigationWindow.cs (2)
724NavigationService.NavigationFailed += value; 729NavigationService.NavigationFailed -= value;