10 references to IsFocusScopeProperty
PresentationCore (3)
System\Windows\Input\FocusManager.cs (3)
173element.SetValue(IsFocusScopeProperty, value); 184return (bool)element.GetValue(IsFocusScopeProperty); 332if ((bool)d.GetValue(IsFocusScopeProperty))
PresentationFramework (5)
MS\Internal\Documents\DocumentViewerHelper.cs (1)
67findToolBarHost.ClearValue(FocusManager.IsFocusScopeProperty);
System\Windows\Controls\Primitives\MenuBase.cs (1)
59FocusManager.IsFocusScopeProperty.OverrideMetadata(typeof(MenuBase), new FrameworkPropertyMetadata(BooleanBoxes.TrueBox));
System\Windows\Controls\ToolBar.cs (1)
69FocusManager.IsFocusScopeProperty.OverrideMetadata(typeof(ToolBar), new FrameworkPropertyMetadata(BooleanBoxes.TrueBox));
System\Windows\Navigation\NavigationService.cs (1)
802if (!((bool) focusScope.GetValue(FocusManager.IsFocusScopeProperty)))
System\Windows\Window.cs (1)
64FocusManager.IsFocusScopeProperty.OverrideMetadata(typeof(Window), new FrameworkPropertyMetadata(BooleanBoxes.TrueBox));
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\Ribbon.cs (1)
95 FocusManager.IsFocusScopeProperty.OverrideMetadata(ownerType, new FrameworkPropertyMetadata(true));
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (1)
74FocusManager.IsFocusScopeProperty.OverrideMetadata(ownerType, new FrameworkPropertyMetadata(false));