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