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