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)
563NavigationService newParent = ((DependencyObject)INavigatorHost).GetValue(NavigationServiceProperty) as NavigationService; 770dobj.SetValue(NavigationServiceProperty, null); 946dobj.SetValue(NavigationServiceProperty, this); 1057_oldRootVisual?.SetValue(NavigationServiceProperty, null); 1066v?.SetValue(NavigationServiceProperty, this); 1297return dependencyObject.GetValue(NavigationServiceProperty) as NavigationService; 3763dobj.SetValue(NavigationServiceProperty, this); 3788dobj.ClearValue(NavigationServiceProperty);