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