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