11 references to CurrentSource
PresentationFramework (11)
MS\Internal\Utility\BindUriHelper.cs (1)
115currentSource = ns?.CurrentSource;
System\Windows\Controls\Frame.cs (1)
969return _navigationService.CurrentSource;
System\Windows\Navigation\NavigationService.cs (8)
2176NavigationEventArgs e = new NavigationEventArgs(CurrentSource, Content, extraData, _webResponse, INavigatorHost, IsNavigationInitiator); 2365NavigationEventArgs e = new NavigationEventArgs(CurrentSource, Content, extraData, _webResponse, INavigatorHost, isNavInitiator); 2572if (CurrentSource != null) 2575string fragment = BindUriHelper.GetFragment(CurrentSource); 2729launched = AppSecurityManager.SafeLaunchBrowserOnlyIfPossible(CurrentSource, resolvedDestinationUri, IsTopLevelContainer); 2967AppSecurityManager.SafeLaunchBrowserDemandWhenUnsafe(CurrentSource, destinationUri, IsTopLevelContainer); 3292if (CurrentSource != null) 3304if (CurrentSource != null)
System\Windows\Navigation\NavigationWindow.cs (1)
623return (_navigationService?.CurrentSource);