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