6 references to Source
PresentationFramework (6)
src\Framework\System\Windows\Controls\Frame.cs (2)
269
return frame._navigationService.
Source
;
310
SetCurrentValueInternal(SourceProperty, _navigationService.
Source
);
src\Framework\System\Windows\Navigation\NavigationService.cs (3)
1408
if (!sourceUri.Equals(
Source
))
1452
if (!sourceUri.Equals(
Source
))
2769
NavigationEventArgs e = new NavigationEventArgs(
Source
, Content, extraData, null, INavigatorHost, IsNavigationInitiator);
src\Framework\System\Windows\Navigation\NavigationWindow.cs (1)
633
SetCurrentValueInternal(SourceProperty, _navigationService.
Source
);