5 references to GetIsFocusScope
PresentationCore (3)
Core\CSharp\System\Windows\Input\Command\CommandManager.cs (2)
528if (FocusManager.GetIsFocusScope(d)) 563if (FocusManager.GetIsFocusScope(d))
Core\CSharp\System\Windows\Input\Keyboard.cs (1)
430if(FocusManager.GetIsFocusScope(element))
PresentationFramework (1)
src\Framework\System\Windows\Input\KeyboardNavigation.cs (1)
2714return FocusManager.GetIsFocusScope(e) || GetParent(e) == null;
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\UserInterface\FocusScopeManager.cs (1)
221if (!FocusManager.GetIsFocusScope(element))