11 references to CurrentSource
PresentationFramework (11)
MS\Internal\Utility\BindUriHelper.cs (1)
121currentSource = (ns == null) ? null : ns.CurrentSource;
System\Windows\Controls\Frame.cs (1)
973return _navigationService.CurrentSource;
System\Windows\Navigation\NavigationService.cs (8)
2228NavigationEventArgs e = new NavigationEventArgs(CurrentSource, Content, extraData, _webResponse, INavigatorHost, IsNavigationInitiator); 2418NavigationEventArgs e = new NavigationEventArgs(CurrentSource, Content, extraData, _webResponse, INavigatorHost, isNavInitiator); 2625if (CurrentSource != null) 2628string fragment = BindUriHelper.GetFragment(CurrentSource); 2782launched = AppSecurityManager.SafeLaunchBrowserOnlyIfPossible(CurrentSource, resolvedDestinationUri, IsTopLevelContainer); 3020AppSecurityManager.SafeLaunchBrowserDemandWhenUnsafe(CurrentSource, destinationUri, IsTopLevelContainer); 3345if (CurrentSource != null) 3357if (CurrentSource != null)
System\Windows\Navigation\NavigationWindow.cs (1)
626return (_navigationService == null ? null : _navigationService.CurrentSource);