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