10 references to IsFocusScopeProperty
PresentationCore (3)
System\Windows\Input\FocusManager.cs (3)
174
element.SetValue(
IsFocusScopeProperty
, value);
185
return (bool)element.GetValue(
IsFocusScopeProperty
);
336
if ((bool)d.GetValue(
IsFocusScopeProperty
))
PresentationFramework (5)
MS\Internal\Documents\DocumentViewerHelper.cs (1)
68
findToolBarHost.ClearValue(FocusManager.
IsFocusScopeProperty
);
System\Windows\Controls\Primitives\MenuBase.cs (1)
60
FocusManager.
IsFocusScopeProperty
.OverrideMetadata(typeof(MenuBase), new FrameworkPropertyMetadata(BooleanBoxes.TrueBox));
System\Windows\Controls\ToolBar.cs (1)
70
FocusManager.
IsFocusScopeProperty
.OverrideMetadata(typeof(ToolBar), new FrameworkPropertyMetadata(BooleanBoxes.TrueBox));
System\Windows\Navigation\NavigationService.cs (1)
818
if (!((bool) focusScope.GetValue(FocusManager.
IsFocusScopeProperty
)))
System\Windows\Window.cs (1)
65
FocusManager.
IsFocusScopeProperty
.OverrideMetadata(typeof(Window), new FrameworkPropertyMetadata(BooleanBoxes.TrueBox));
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\Ribbon.cs (1)
96
FocusManager.
IsFocusScopeProperty
.OverrideMetadata(ownerType, new FrameworkPropertyMetadata(true));
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (1)
75
FocusManager.
IsFocusScopeProperty
.OverrideMetadata(ownerType, new FrameworkPropertyMetadata(false));