11 references to CurrentSource
PresentationFramework (11)
MS\Internal\Utility\BindUriHelper.cs (1)
137currentSource = (ns == null) ? null : ns.CurrentSource;
System\Windows\Controls\Frame.cs (1)
985return _navigationService.CurrentSource;
System\Windows\Navigation\NavigationService.cs (8)
2237NavigationEventArgs e = new NavigationEventArgs(CurrentSource, Content, extraData, _webResponse, INavigatorHost, IsNavigationInitiator); 2427NavigationEventArgs e = new NavigationEventArgs(CurrentSource, Content, extraData, _webResponse, INavigatorHost, isNavInitiator); 2634if (CurrentSource != null) 2637string fragment = BindUriHelper.GetFragment(CurrentSource); 2791launched = AppSecurityManager.SafeLaunchBrowserOnlyIfPossible(CurrentSource, resolvedDestinationUri, IsTopLevelContainer); 3029AppSecurityManager.SafeLaunchBrowserDemandWhenUnsafe(CurrentSource, destinationUri, IsTopLevelContainer); 3354if (CurrentSource != null) 3366if (CurrentSource != null)
System\Windows\Navigation\NavigationWindow.cs (1)
642return (_navigationService == null ? null : _navigationService.CurrentSource);