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