11 references to CurrentSource
PresentationFramework (11)
MS\Internal\Utility\BindUriHelper.cs (1)
137
currentSource = (ns == null) ? null : ns.
CurrentSource
;
System\Windows\Controls\Frame.cs (1)
985
return _navigationService.
CurrentSource
;
System\Windows\Navigation\NavigationService.cs (8)
2237
NavigationEventArgs e = new NavigationEventArgs(
CurrentSource
, Content, extraData, _webResponse, INavigatorHost, IsNavigationInitiator);
2427
NavigationEventArgs e = new NavigationEventArgs(
CurrentSource
, Content, extraData, _webResponse, INavigatorHost, isNavInitiator);
2634
if (
CurrentSource
!= null)
2637
string fragment = BindUriHelper.GetFragment(
CurrentSource
);
2791
launched = AppSecurityManager.SafeLaunchBrowserOnlyIfPossible(
CurrentSource
, resolvedDestinationUri, IsTopLevelContainer);
3029
AppSecurityManager.SafeLaunchBrowserDemandWhenUnsafe(
CurrentSource
, destinationUri, IsTopLevelContainer);
3354
if (
CurrentSource
!= null)
3366
if (
CurrentSource
!= null)
System\Windows\Navigation\NavigationWindow.cs (1)
642
return (_navigationService == null ? null : _navigationService.
CurrentSource
);