5 references to GetIsFocusScope
PresentationCore (3)
System\Windows\Input\Command\CommandManager.cs (2)
449
if (FocusManager.
GetIsFocusScope
(d))
484
if (FocusManager.
GetIsFocusScope
(d))
System\Windows\Input\Keyboard.cs (1)
410
if(FocusManager.
GetIsFocusScope
(element))
PresentationFramework (1)
System\Windows\Input\KeyboardNavigation.cs (1)
2623
return FocusManager.
GetIsFocusScope
(e) || GetParent(e) == null;
WindowsFormsIntegration (1)
System\Windows\Integration\WindowsFormsHost.cs (1)
163
while (null != element && !FocusManager.
GetIsFocusScope
(element))