15 references to GetFocusScope
PresentationCore (6)
Core\CSharp\System\Windows\Input\Command\CommandManager.cs (2)
833return FocusManager.GetFocusScope(parent); 843DependencyObject parentScope = FocusManager.GetFocusScope(child);
Core\CSharp\System\Windows\Input\FocusManager.cs (2)
376return GetFocusScope(logicalParent); 398return GetFocusScope(logicalParent);
Core\CSharp\System\Windows\UIElement.cs (1)
2647DependencyObject focusScope = FocusManager.GetFocusScope(this);
Core\CSharp\System\Windows\UIElement3D.cs (1)
607DependencyObject focusScope = FocusManager.GetFocusScope(this);
PresentationFramework (7)
src\Framework\System\Windows\Controls\Primitives\ButtonBase.cs (1)
92Visual focusScope = FocusManager.GetFocusScope(this) as Visual;
src\Framework\System\Windows\Controls\Primitives\Selector.cs (2)
1350if (FocusManager.GetFocusScope(currentFocus) != FocusManager.GetFocusScope(this))
src\Framework\System\Windows\Controls\TreeView.cs (1)
768if (FocusManager.GetFocusScope(currentFocus) != root)
src\Framework\System\windows\Documents\TextSelection.cs (1)
346((IsRootElement(FocusManager.GetFocusScope(uiScope)) && IsFocusWithinRoot()) || // either UiScope root window has keyboard focus
src\Framework\System\Windows\Input\KeyboardNavigation.cs (1)
974DependencyObject focusScope = FocusManager.GetFocusScope(focusTarget);
src\Framework\System\Windows\Navigation\NavigationService.cs (1)
962focusScope = FocusManager.GetFocusScope(focusScope);
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\UserInterface\FocusScopeManager.cs (1)
159UIElement focusScope = FocusManager.GetFocusScope(newElementFocus) as UIElement;
System.Activities.Presentation\System\Activities\Presentation\View\VBIdentifierDesigner.xaml.cs (1)
106DependencyObject focusScope = FocusManager.GetFocusScope(this.IdentifierTextBox);