5 references to NavigationEventArgs
PresentationFramework (5)
MS\Internal\Controls\WebBrowserEvent.cs (2)
217
NavigationEventArgs e = new
NavigationEventArgs
(source, null, null, null, null, true);
245
NavigationEventArgs e = new
NavigationEventArgs
(source, null, null, null, null, true);
System\Windows\Navigation\NavigationService.cs (3)
2239
NavigationEventArgs e = new
NavigationEventArgs
(CurrentSource, Content, extraData, _webResponse, INavigatorHost, IsNavigationInitiator);
2429
NavigationEventArgs e = new
NavigationEventArgs
(CurrentSource, Content, extraData, _webResponse, INavigatorHost, isNavInitiator);
2588
NavigationEventArgs e = new
NavigationEventArgs
(Source, Content, extraData, null, INavigatorHost, IsNavigationInitiator);