5 references to NavigationEventArgs
PresentationFramework (5)
MS\Internal\Controls\WebBrowserEvent.cs (2)
198NavigationEventArgs e = new NavigationEventArgs(source, null, null, null, null, true); 226NavigationEventArgs e = new NavigationEventArgs(source, null, null, null, null, true);
System\Windows\Navigation\NavigationService.cs (3)
2172NavigationEventArgs e = new NavigationEventArgs(CurrentSource, Content, extraData, _webResponse, INavigatorHost, IsNavigationInitiator); 2361NavigationEventArgs e = new NavigationEventArgs(CurrentSource, Content, extraData, _webResponse, INavigatorHost, isNavInitiator); 2520NavigationEventArgs e = new NavigationEventArgs(Source, Content, extraData, null, INavigatorHost, IsNavigationInitiator);