6 references to Source
PresentationFramework (6)
System\Windows\Controls\Frame.cs (2)
248return frame._navigationService.Source; 284SetCurrentValueInternal(SourceProperty, _navigationService.Source);
System\Windows\Navigation\NavigationService.cs (3)
1215if (!sourceUri.Equals(Source)) 1259if (!sourceUri.Equals(Source)) 2523NavigationEventArgs e = new NavigationEventArgs(Source, Content, extraData, null, INavigatorHost, IsNavigationInitiator);
System\Windows\Navigation\NavigationWindow.cs (1)
586SetCurrentValueInternal(SourceProperty, _navigationService.Source);