15 references to NavigationServiceProperty
PresentationFramework (15)
MS\Internal\Data\ObjectRef.cs (1)
186
d.ReadLocalValue(System.Windows.Navigation.NavigationService.
NavigationServiceProperty
) == DependencyProperty.UnsetValue)
MS\Internal\Utility\BindUriHelper.cs (1)
136
ns = element.GetValue(NavigationService.
NavigationServiceProperty
) as NavigationService;
System\Windows\Controls\Frame.cs (1)
133
NavigationService.
NavigationServiceProperty
.OverrideMetadata(
System\Windows\Controls\PasswordBox.cs (1)
71
NavigationService.
NavigationServiceProperty
.OverrideMetadata(typeof(PasswordBox), new FrameworkPropertyMetadata(new PropertyChangedCallback(OnParentNavigationServiceChanged)));
System\Windows\Documents\FixedDocument.cs (3)
65
NavigationService.
NavigationServiceProperty
.OverrideMetadata(
283
get { return (NavigationService) GetValue(NavigationService.
NavigationServiceProperty
); }
284
set { SetValue(NavigationService.
NavigationServiceProperty
, value); }
System\Windows\Navigation\NavigationService.cs (8)
585
NavigationService newParent = ((DependencyObject)INavigatorHost).GetValue(
NavigationServiceProperty
) as NavigationService;
801
dobj.SetValue(
NavigationServiceProperty
, null);
980
dobj.SetValue(
NavigationServiceProperty
, this);
1093
_oldRootVisual.SetValue(
NavigationServiceProperty
, null);
1105
v.SetValue(
NavigationServiceProperty
, this);
1337
return dependencyObject.GetValue(
NavigationServiceProperty
) as NavigationService;
3833
dobj.SetValue(
NavigationServiceProperty
, this);
3858
dobj.ClearValue(
NavigationServiceProperty
);