6 references to Source
PresentationFramework (6)
System\Windows\Controls\Frame.cs (2)
250return frame._navigationService.Source; 286SetCurrentValueInternal(SourceProperty, _navigationService.Source);
System\Windows\Navigation\NavigationService.cs (3)
1245if (!sourceUri.Equals(Source)) 1289if (!sourceUri.Equals(Source)) 2577NavigationEventArgs e = new NavigationEventArgs(Source, Content, extraData, null, INavigatorHost, IsNavigationInitiator);
System\Windows\Navigation\NavigationWindow.cs (1)
590SetCurrentValueInternal(SourceProperty, _navigationService.Source);