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