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