14 references to CurrentSource
PresentationFramework (14)
src\Framework\MS\Internal\Utility\BindUriHelper.cs (1)
140
currentSource = (ns == null) ? null : ns.
CurrentSource
;
src\Framework\System\Windows\Controls\Frame.cs (1)
1006
return _navigationService.
CurrentSource
;
src\Framework\System\Windows\Navigation\NavigationService.cs (11)
227
launched = AppSecurityManager.SafeLaunchBrowserOnlyIfPossible(
CurrentSource
, bpu, target, true /*IsTopLevelContainer*/);
2409
NavigationEventArgs e = new NavigationEventArgs(
CurrentSource
, Content, extraData, _webResponse, INavigatorHost, IsNavigationInitiator);
2610
NavigationEventArgs e = new NavigationEventArgs(
CurrentSource
, Content, extraData, _webResponse, INavigatorHost, isNavInitiator);
2817
if (
CurrentSource
!= null)
2820
string fragment = BindUriHelper.GetFragment(
CurrentSource
);
2974
launched = AppSecurityManager.SafeLaunchBrowserOnlyIfPossible(
CurrentSource
, resolvedDestinationUri, IsTopLevelContainer);
2997
launched = AppSecurityManager.SafeLaunchBrowserOnlyIfPossible(
CurrentSource
, resolvedDestinationUri, IsTopLevelContainer);
3091
launched = AppSecurityManager.SafeLaunchBrowserOnlyIfPossible(
CurrentSource
, _request.RequestUri, IsTopLevelContainer);
3258
AppSecurityManager.SafeLaunchBrowserDemandWhenUnsafe(
CurrentSource
, destinationUri, IsTopLevelContainer);
3592
if (
CurrentSource
!= null)
3604
if (
CurrentSource
!= null)
src\Framework\System\Windows\Navigation\NavigationWindow.cs (1)
669
return (_navigationService == null ? null : _navigationService.
CurrentSource
);