15 references to GetFocusScope
PresentationCore (6)
System\Windows\Input\Command\CommandManager.cs (2)
722return FocusManager.GetFocusScope(parent); 732DependencyObject parentScope = FocusManager.GetFocusScope(child);
System\Windows\Input\FocusManager.cs (2)
346return GetFocusScope(logicalParent); 368return GetFocusScope(logicalParent);
System\Windows\UIElement.cs (1)
2605DependencyObject focusScope = FocusManager.GetFocusScope(this);
System\Windows\UIElement3D.cs (1)
584DependencyObject focusScope = FocusManager.GetFocusScope(this);
PresentationFramework (9)
System\Windows\Controls\Primitives\ButtonBase.cs (1)
84Visual focusScope = FocusManager.GetFocusScope(this) as Visual;
System\Windows\Controls\Primitives\Selector.cs (2)
1321if (FocusManager.GetFocusScope(currentFocus) != FocusManager.GetFocusScope(this))
System\Windows\Controls\TabItem.cs (2)
359DependencyObject thisFocusScope = FocusManager.GetFocusScope(this); 362DependencyObject currentFocusScope = FocusManager.GetFocusScope(currentFocus);
System\Windows\Controls\TreeView.cs (1)
763if (FocusManager.GetFocusScope(currentFocus) != root)
System\windows\Documents\TextSelection.cs (1)
340((IsRootElement(FocusManager.GetFocusScope(uiScope)) && IsFocusWithinRoot()) || // either UiScope root window has keyboard focus
System\Windows\Input\KeyboardNavigation.cs (1)
914DependencyObject focusScope = FocusManager.GetFocusScope(focusTarget);
System\Windows\Navigation\NavigationService.cs (1)
820focusScope = FocusManager.GetFocusScope(focusScope);