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