6 references to Source
PresentationFramework (6)
System\Windows\Controls\Frame.cs (2)
249
return frame._navigationService.
Source
;
285
SetCurrentValueInternal(SourceProperty, _navigationService.
Source
);
System\Windows\Navigation\NavigationService.cs (3)
1216
if (!sourceUri.Equals(
Source
))
1260
if (!sourceUri.Equals(
Source
))
2524
NavigationEventArgs e = new NavigationEventArgs(
Source
, Content, extraData, null, INavigatorHost, IsNavigationInitiator);
System\Windows\Navigation\NavigationWindow.cs (1)
587
SetCurrentValueInternal(SourceProperty, _navigationService.
Source
);