3 references to SourceProperty
PresentationFramework (3)
src\Framework\System\Windows\Navigation\NavigationWindow.cs (3)
633SetCurrentValueInternal(SourceProperty, _navigationService.Source); 655get { return (Uri)GetValue(SourceProperty); } 656set { SetValue(SourceProperty, value); }