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