11 references to CurrentSource
PresentationFramework (11)
MS\Internal\Utility\BindUriHelper.cs (1)
114
currentSource = ns?.
CurrentSource
;
System\Windows\Controls\Frame.cs (1)
968
return _navigationService.
CurrentSource
;
System\Windows\Navigation\NavigationService.cs (8)
2172
NavigationEventArgs e = new NavigationEventArgs(
CurrentSource
, Content, extraData, _webResponse, INavigatorHost, IsNavigationInitiator);
2358
NavigationEventArgs e = new NavigationEventArgs(
CurrentSource
, Content, extraData, _webResponse, INavigatorHost, isNavInitiator);
2562
if (
CurrentSource
!= null)
2565
string fragment = BindUriHelper.GetFragment(
CurrentSource
);
2719
launched = AppSecurityManager.SafeLaunchBrowserOnlyIfPossible(
CurrentSource
, resolvedDestinationUri, IsTopLevelContainer);
2954
AppSecurityManager.SafeLaunchBrowserDemandWhenUnsafe(
CurrentSource
, destinationUri, IsTopLevelContainer);
3279
if (
CurrentSource
!= null)
3291
if (
CurrentSource
!= null)
System\Windows\Navigation\NavigationWindow.cs (1)
622
return (_navigationService?.
CurrentSource
);