3 implementations of Navigating
PresentationFramework (3)
src\Framework\MS\Internal\AppModel\JournalNavigationScope.cs (1)
127
public event NavigatingCancelEventHandler
Navigating
src\Framework\System\Windows\Controls\Frame.cs (1)
1047
public event NavigatingCancelEventHandler
Navigating
src\Framework\System\Windows\Navigation\NavigationWindow.cs (1)
720
public event NavigatingCancelEventHandler
Navigating
2 references to Navigating
PresentationFramework (2)
src\Framework\MS\Internal\AppModel\JournalNavigationScope.cs (2)
129
add { _host.
Navigating
+= value; }
130
remove { _host.
Navigating
-= value; }