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