3 implementations of NavigationStopped
PresentationFramework (3)
MS\Internal\AppModel\JournalNavigationScope.cs (1)
147public event NavigationStoppedEventHandler NavigationStopped
System\Windows\Controls\Frame.cs (1)
1131public event NavigationStoppedEventHandler NavigationStopped
System\Windows\Navigation\NavigationWindow.cs (1)
805public event NavigationStoppedEventHandler NavigationStopped
2 references to NavigationStopped
PresentationFramework (2)
MS\Internal\AppModel\JournalNavigationScope.cs (2)
149add { _host.NavigationStopped += value; } 150remove { _host.NavigationStopped -= value; }