3 implementations of NavigationFailed
PresentationFramework (3)
MS\Internal\AppModel\JournalNavigationScope.cs (1)
132public event NavigationFailedEventHandler NavigationFailed
System\Windows\Controls\Frame.cs (1)
1064public event NavigationFailedEventHandler NavigationFailed
System\Windows\Navigation\NavigationWindow.cs (1)
735public event NavigationFailedEventHandler NavigationFailed
2 references to NavigationFailed
PresentationFramework (2)
MS\Internal\AppModel\JournalNavigationScope.cs (2)
134add { _host.NavigationFailed += value; } 135remove { _host.NavigationFailed -= value; }