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