6 references to NavigationFailed
PresentationFramework (6)
System\Windows\Controls\Frame.cs (2)
1052_navigationService.NavigationFailed += value; 1056_navigationService.NavigationFailed -= value;
System\Windows\Navigation\NavigationService.cs (2)
2675if (NavigationFailed != null) 2677NavigationFailed(INavigatorHost, e);
System\Windows\Navigation\NavigationWindow.cs (2)
721NavigationService.NavigationFailed += value; 726NavigationService.NavigationFailed -= value;