3 implementations of NavigationStopped
PresentationFramework (3)
src\Framework\MS\Internal\AppModel\JournalNavigationScope.cs (1)
152public event NavigationStoppedEventHandler NavigationStopped
src\Framework\System\Windows\Controls\Frame.cs (1)
1152public event NavigationStoppedEventHandler NavigationStopped
src\Framework\System\Windows\Navigation\NavigationWindow.cs (1)
832public event NavigationStoppedEventHandler NavigationStopped
2 references to NavigationStopped
PresentationFramework (2)
src\Framework\MS\Internal\AppModel\JournalNavigationScope.cs (2)
154add { _host.NavigationStopped += value; } 155remove { _host.NavigationStopped -= value; }