10 references to IsFocusScopeProperty
PresentationCore (3)
System\Windows\Input\FocusManager.cs (3)
184element.SetValue(IsFocusScopeProperty, value); 195return (bool)element.GetValue(IsFocusScopeProperty); 346if ((bool)d.GetValue(IsFocusScopeProperty))
PresentationFramework (5)
MS\Internal\Documents\DocumentViewerHelper.cs (1)
70findToolBarHost.ClearValue(FocusManager.IsFocusScopeProperty);
System\Windows\Controls\Primitives\MenuBase.cs (1)
69FocusManager.IsFocusScopeProperty.OverrideMetadata(typeof(MenuBase), new FrameworkPropertyMetadata(BooleanBoxes.TrueBox));
System\Windows\Controls\ToolBar.cs (1)
79FocusManager.IsFocusScopeProperty.OverrideMetadata(typeof(ToolBar), new FrameworkPropertyMetadata(BooleanBoxes.TrueBox));
System\Windows\Navigation\NavigationService.cs (1)
832if (!((bool) focusScope.GetValue(FocusManager.IsFocusScopeProperty)))
System\Windows\Window.cs (1)
83FocusManager.IsFocusScopeProperty.OverrideMetadata(typeof(Window), new FrameworkPropertyMetadata(BooleanBoxes.TrueBox));
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\Ribbon.cs (1)
99 FocusManager.IsFocusScopeProperty.OverrideMetadata(ownerType, new FrameworkPropertyMetadata(true));
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (1)
78FocusManager.IsFocusScopeProperty.OverrideMetadata(ownerType, new FrameworkPropertyMetadata(false));