15 references to NavigationServiceProperty
PresentationFramework (15)
MS\Internal\Data\ObjectRef.cs (1)
180
d.ReadLocalValue(System.Windows.Navigation.NavigationService.
NavigationServiceProperty
) == DependencyProperty.UnsetValue)
MS\Internal\Utility\BindUriHelper.cs (1)
114
ns = element.GetValue(NavigationService.
NavigationServiceProperty
) as NavigationService;
System\Windows\Controls\Frame.cs (1)
121
NavigationService.
NavigationServiceProperty
.OverrideMetadata(
System\Windows\Controls\PasswordBox.cs (1)
57
NavigationService.
NavigationServiceProperty
.OverrideMetadata(typeof(PasswordBox), new FrameworkPropertyMetadata(new PropertyChangedCallback(OnParentNavigationServiceChanged)));
System\Windows\Documents\FixedDocument.cs (3)
54
NavigationService.
NavigationServiceProperty
.OverrideMetadata(
272
get { return (NavigationService) GetValue(NavigationService.
NavigationServiceProperty
); }
273
set { SetValue(NavigationService.
NavigationServiceProperty
, value); }
System\Windows\Navigation\NavigationService.cs (8)
569
NavigationService newParent = ((DependencyObject)INavigatorHost).GetValue(
NavigationServiceProperty
) as NavigationService;
785
dobj.SetValue(
NavigationServiceProperty
, null);
964
dobj.SetValue(
NavigationServiceProperty
, this);
1077
_oldRootVisual.SetValue(
NavigationServiceProperty
, null);
1089
v.SetValue(
NavigationServiceProperty
, this);
1321
return dependencyObject.GetValue(
NavigationServiceProperty
) as NavigationService;
3805
dobj.SetValue(
NavigationServiceProperty
, this);
3830
dobj.ClearValue(
NavigationServiceProperty
);