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