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