5 references to NavigationEventArgs
PresentationFramework (5)
MS\Internal\Controls\WebBrowserEvent.cs (2)
208NavigationEventArgs e = new NavigationEventArgs(source, null, null, null, null, true); 236NavigationEventArgs e = new NavigationEventArgs(source, null, null, null, null, true);
System\Windows\Navigation\NavigationService.cs (3)
2228NavigationEventArgs e = new NavigationEventArgs(CurrentSource, Content, extraData, _webResponse, INavigatorHost, IsNavigationInitiator); 2418NavigationEventArgs e = new NavigationEventArgs(CurrentSource, Content, extraData, _webResponse, INavigatorHost, isNavInitiator); 2577NavigationEventArgs e = new NavigationEventArgs(Source, Content, extraData, null, INavigatorHost, IsNavigationInitiator);