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