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)
2239NavigationEventArgs e = new NavigationEventArgs(CurrentSource, Content, extraData, _webResponse, INavigatorHost, IsNavigationInitiator); 2429NavigationEventArgs e = new NavigationEventArgs(CurrentSource, Content, extraData, _webResponse, INavigatorHost, isNavInitiator); 2636if (CurrentSource != null) 2639string fragment = BindUriHelper.GetFragment(CurrentSource); 2793launched = AppSecurityManager.SafeLaunchBrowserOnlyIfPossible(CurrentSource, resolvedDestinationUri, IsTopLevelContainer); 3031AppSecurityManager.SafeLaunchBrowserDemandWhenUnsafe(CurrentSource, destinationUri, IsTopLevelContainer); 3356if (CurrentSource != null) 3368if (CurrentSource != null)
System\Windows\Navigation\NavigationWindow.cs (1)
642return (_navigationService == null ? null : _navigationService.CurrentSource);