15 references to NavigationServiceProperty
PresentationFramework (15)
MS\Internal\Data\ObjectRef.cs (1)
179
d.ReadLocalValue(System.Windows.Navigation.NavigationService.
NavigationServiceProperty
) == DependencyProperty.UnsetValue)
MS\Internal\Utility\BindUriHelper.cs (1)
113
ns = element.GetValue(NavigationService.
NavigationServiceProperty
) as NavigationService;
System\Windows\Controls\Frame.cs (1)
120
NavigationService.
NavigationServiceProperty
.OverrideMetadata(
System\Windows\Controls\PasswordBox.cs (1)
56
NavigationService.
NavigationServiceProperty
.OverrideMetadata(typeof(PasswordBox), new FrameworkPropertyMetadata(new PropertyChangedCallback(OnParentNavigationServiceChanged)));
System\Windows\Documents\FixedDocument.cs (3)
53
NavigationService.
NavigationServiceProperty
.OverrideMetadata(
271
get { return (NavigationService) GetValue(NavigationService.
NavigationServiceProperty
); }
272
set { SetValue(NavigationService.
NavigationServiceProperty
, value); }
System\Windows\Navigation\NavigationService.cs (8)
562
NavigationService newParent = ((DependencyObject)INavigatorHost).GetValue(
NavigationServiceProperty
) as NavigationService;
769
dobj.SetValue(
NavigationServiceProperty
, null);
942
dobj.SetValue(
NavigationServiceProperty
, this);
1053
_oldRootVisual?.SetValue(
NavigationServiceProperty
, null);
1062
v?.SetValue(
NavigationServiceProperty
, this);
1293
return dependencyObject.GetValue(
NavigationServiceProperty
) as NavigationService;
3759
dobj.SetValue(
NavigationServiceProperty
, this);
3784
dobj.ClearValue(
NavigationServiceProperty
);