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