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