3 instantiations of NavigatingCancelEventArgs
PresentationFramework (3)
src\Framework\MS\Internal\Controls\WebBrowserEvent.cs (1)
149NavigatingCancelEventArgs e = new NavigatingCancelEventArgs(source,
src\Framework\System\Windows\Application.cs (1)
1662NavigatingCancelEventArgs e = new NavigatingCancelEventArgs(relativeUri, null, null, null, NavigationMode.New, null, null, true);
src\Framework\System\Windows\Navigation\NavigationService.cs (1)
2245NavigatingCancelEventArgs e = new NavigatingCancelEventArgs(
9 references to NavigatingCancelEventArgs
PresentationFramework (9)
src\Framework\MS\Internal\Controls\WebBrowserEvent.cs (1)
149NavigatingCancelEventArgs e = new NavigatingCancelEventArgs(source,
src\Framework\System\Windows\Application.cs (3)
1444protected virtual void OnNavigating(NavigatingCancelEventArgs e) 1662NavigatingCancelEventArgs e = new NavigatingCancelEventArgs(relativeUri, null, null, null, NavigationMode.New, null, null, true); 1898internal void FireNavigating(NavigatingCancelEventArgs e, bool isInitialNavigation)
src\Framework\System\Windows\Controls\PasswordBox.cs (1)
1168private void OnNavigating(Object sender, NavigatingCancelEventArgs e)
src\Framework\System\Windows\Controls\WebBrowser.cs (1)
683internal void OnNavigating(NavigatingCancelEventArgs e)
src\Framework\System\Windows\Navigation\NavigationService.cs (3)
2245NavigatingCancelEventArgs e = new NavigatingCancelEventArgs( 4365/// <summary><see cref="NavigatingCancelEventArgs.ContentStateToSave"/></summary> 4429public delegate void NavigatingCancelEventHandler(Object sender, NavigatingCancelEventArgs e);