5 references to GetIsFocusScope
PresentationCore (3)
System\Windows\Input\Command\CommandManager.cs (2)
460
if (FocusManager.
GetIsFocusScope
(d))
495
if (FocusManager.
GetIsFocusScope
(d))
System\Windows\Input\Keyboard.cs (1)
417
if(FocusManager.
GetIsFocusScope
(element))
PresentationFramework (1)
System\Windows\Input\KeyboardNavigation.cs (1)
2627
return FocusManager.
GetIsFocusScope
(e) || GetParent(e) == null;
WindowsFormsIntegration (1)
System\Windows\Integration\WindowsFormsHost.cs (1)
165
while (null != element && !FocusManager.
GetIsFocusScope
(element))