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