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