5 references to NavigationEventArgs
PresentationFramework (5)
src\Framework\MS\Internal\Controls\WebBrowserEvent.cs (2)
272NavigationEventArgs e = new NavigationEventArgs(source, null, null, null, null, true); 301NavigationEventArgs e = new NavigationEventArgs(source, null, null, null, null, true);
src\Framework\System\Windows\Navigation\NavigationService.cs (3)
2409NavigationEventArgs e = new NavigationEventArgs(CurrentSource, Content, extraData, _webResponse, INavigatorHost, IsNavigationInitiator); 2610NavigationEventArgs e = new NavigationEventArgs(CurrentSource, Content, extraData, _webResponse, INavigatorHost, isNavInitiator); 2769NavigationEventArgs e = new NavigationEventArgs(Source, Content, extraData, null, INavigatorHost, IsNavigationInitiator);