15 references to GetFocusScope
PresentationCore (6)
System\Windows\Input\Command\CommandManager.cs (2)
729
return FocusManager.
GetFocusScope
(parent);
739
DependencyObject parentScope = FocusManager.
GetFocusScope
(child);
System\Windows\Input\FocusManager.cs (2)
356
return
GetFocusScope
(logicalParent);
378
return
GetFocusScope
(logicalParent);
System\Windows\UIElement.cs (1)
2618
DependencyObject focusScope = FocusManager.
GetFocusScope
(this);
System\Windows\UIElement3D.cs (1)
599
DependencyObject focusScope = FocusManager.
GetFocusScope
(this);
PresentationFramework (9)
System\Windows\Controls\Primitives\ButtonBase.cs (1)
95
Visual focusScope = FocusManager.
GetFocusScope
(this) as Visual;
System\Windows\Controls\Primitives\Selector.cs (2)
1332
if (FocusManager.
GetFocusScope
(currentFocus) != FocusManager.
GetFocusScope
(this))
System\Windows\Controls\TabItem.cs (2)
363
DependencyObject thisFocusScope = FocusManager.
GetFocusScope
(this);
366
DependencyObject currentFocusScope = FocusManager.
GetFocusScope
(currentFocus);
System\Windows\Controls\TreeView.cs (1)
766
if (FocusManager.
GetFocusScope
(currentFocus) != root)
System\windows\Documents\TextSelection.cs (1)
343
((IsRootElement(FocusManager.
GetFocusScope
(uiScope)) && IsFocusWithinRoot()) || // either UiScope root window has keyboard focus
System\Windows\Input\KeyboardNavigation.cs (1)
920
DependencyObject focusScope = FocusManager.
GetFocusScope
(focusTarget);
System\Windows\Navigation\NavigationService.cs (1)
836
focusScope = FocusManager.
GetFocusScope
(focusScope);