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