11 references to CurrentSource
PresentationFramework (11)
MS\Internal\Utility\BindUriHelper.cs (1)
114currentSource = ns?.CurrentSource;
System\Windows\Controls\Frame.cs (1)
968return _navigationService.CurrentSource;
System\Windows\Navigation\NavigationService.cs (8)
2172NavigationEventArgs e = new NavigationEventArgs(CurrentSource, Content, extraData, _webResponse, INavigatorHost, IsNavigationInitiator); 2361NavigationEventArgs e = new NavigationEventArgs(CurrentSource, Content, extraData, _webResponse, INavigatorHost, isNavInitiator); 2565if (CurrentSource != null) 2568string fragment = BindUriHelper.GetFragment(CurrentSource); 2722launched = AppSecurityManager.SafeLaunchBrowserOnlyIfPossible(CurrentSource, resolvedDestinationUri, IsTopLevelContainer); 2957AppSecurityManager.SafeLaunchBrowserDemandWhenUnsafe(CurrentSource, destinationUri, IsTopLevelContainer); 3282if (CurrentSource != null) 3294if (CurrentSource != null)
System\Windows\Navigation\NavigationWindow.cs (1)
622return (_navigationService?.CurrentSource);