14 references to CurrentSource
PresentationFramework (14)
src\Framework\MS\Internal\Utility\BindUriHelper.cs (1)
140currentSource = (ns == null) ? null : ns.CurrentSource;
src\Framework\System\Windows\Controls\Frame.cs (1)
1006return _navigationService.CurrentSource;
src\Framework\System\Windows\Navigation\NavigationService.cs (11)
227launched = AppSecurityManager.SafeLaunchBrowserOnlyIfPossible(CurrentSource, bpu, target, true /*IsTopLevelContainer*/); 2409NavigationEventArgs e = new NavigationEventArgs(CurrentSource, Content, extraData, _webResponse, INavigatorHost, IsNavigationInitiator); 2610NavigationEventArgs e = new NavigationEventArgs(CurrentSource, Content, extraData, _webResponse, INavigatorHost, isNavInitiator); 2817if (CurrentSource != null) 2820string fragment = BindUriHelper.GetFragment(CurrentSource); 2974launched = AppSecurityManager.SafeLaunchBrowserOnlyIfPossible(CurrentSource, resolvedDestinationUri, IsTopLevelContainer); 2997launched = AppSecurityManager.SafeLaunchBrowserOnlyIfPossible(CurrentSource, resolvedDestinationUri, IsTopLevelContainer); 3091launched = AppSecurityManager.SafeLaunchBrowserOnlyIfPossible(CurrentSource, _request.RequestUri, IsTopLevelContainer); 3258AppSecurityManager.SafeLaunchBrowserDemandWhenUnsafe(CurrentSource, destinationUri, IsTopLevelContainer); 3592if (CurrentSource != null) 3604if (CurrentSource != null)
src\Framework\System\Windows\Navigation\NavigationWindow.cs (1)
669return (_navigationService == null ? null : _navigationService.CurrentSource);