5 references to GetIsFocusScope
PresentationCore (3)
System\Windows\Input\Command\CommandManager.cs (2)
448
if (FocusManager.
GetIsFocusScope
(d))
483
if (FocusManager.
GetIsFocusScope
(d))
System\Windows\Input\Keyboard.cs (1)
409
if(FocusManager.
GetIsFocusScope
(element))
PresentationFramework (1)
System\Windows\Input\KeyboardNavigation.cs (1)
2615
return FocusManager.
GetIsFocusScope
(e) || GetParent(e) == null;
WindowsFormsIntegration (1)
System\Windows\Integration\WindowsFormsHost.cs (1)
162
while (null != element && !FocusManager.
GetIsFocusScope
(element))