8 references to IsFocusScopeProperty
PresentationCore (3)
Core\CSharp\System\Windows\Input\FocusManager.cs (3)
198element.SetValue(IsFocusScopeProperty, value); 212return (bool)element.GetValue(IsFocusScopeProperty); 366if ((bool)d.GetValue(IsFocusScopeProperty))
PresentationFramework (5)
src\Framework\MS\Internal\Documents\DocumentViewerHelper.cs (1)
80findToolBarHost.ClearValue(FocusManager.IsFocusScopeProperty);
src\Framework\System\Windows\Controls\Primitives\MenuBase.cs (1)
71FocusManager.IsFocusScopeProperty.OverrideMetadata(typeof(MenuBase), new FrameworkPropertyMetadata(BooleanBoxes.TrueBox));
src\Framework\System\Windows\Controls\ToolBar.cs (1)
80FocusManager.IsFocusScopeProperty.OverrideMetadata(typeof(ToolBar), new FrameworkPropertyMetadata(BooleanBoxes.TrueBox));
src\Framework\System\Windows\Navigation\NavigationService.cs (1)
960if (!((bool) focusScope.GetValue(FocusManager.IsFocusScopeProperty)))
src\Framework\System\Windows\Window.cs (1)
93FocusManager.IsFocusScopeProperty.OverrideMetadata(typeof(Window), new FrameworkPropertyMetadata(BooleanBoxes.TrueBox));