3 references to SourceProperty
PresentationFramework (3)
System\Windows\Navigation\NavigationWindow.cs (3)
587SetCurrentValueInternal(SourceProperty, _navigationService.Source); 609get { return (Uri)GetValue(SourceProperty); } 610set { SetValue(SourceProperty, value); }