15 references to NavigationServiceProperty
PresentationFramework (15)
src\Framework\MS\Internal\Data\ObjectRef.cs (1)
190d.ReadLocalValue(System.Windows.Navigation.NavigationService.NavigationServiceProperty) == DependencyProperty.UnsetValue)
src\Framework\MS\Internal\Utility\BindUriHelper.cs (1)
139ns = element.GetValue(NavigationService.NavigationServiceProperty) as NavigationService;
src\Framework\System\Windows\Controls\Frame.cs (1)
140NavigationService.NavigationServiceProperty.OverrideMetadata(
src\Framework\System\Windows\Controls\PasswordBox.cs (1)
74NavigationService.NavigationServiceProperty.OverrideMetadata(typeof(PasswordBox), new FrameworkPropertyMetadata(new PropertyChangedCallback(OnParentNavigationServiceChanged)));
src\Framework\System\Windows\Documents\FixedDocument.cs (3)
70NavigationService.NavigationServiceProperty.OverrideMetadata( 297get { return (NavigationService) GetValue(NavigationService.NavigationServiceProperty); } 298set { SetValue(NavigationService.NavigationServiceProperty, value); }
src\Framework\System\Windows\Navigation\NavigationService.cs (8)
711NavigationService newParent = ((DependencyObject)INavigatorHost).GetValue(NavigationServiceProperty) as NavigationService; 927dobj.SetValue(NavigationServiceProperty, null); 1106dobj.SetValue(NavigationServiceProperty, this); 1245_oldRootVisual.SetValue(NavigationServiceProperty, null); 1257v.SetValue(NavigationServiceProperty, this); 1492return dependencyObject.GetValue(NavigationServiceProperty) as NavigationService; 4107dobj.SetValue(NavigationServiceProperty, this); 4132dobj.ClearValue(NavigationServiceProperty);