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