6 references to IsFocusable
PresentationCore (6)
System\Windows\Automation\Peers\ContentElementAutomationPeer.cs (1)
184return Keyboard.IsFocusable(_owner);
System\Windows\Automation\Peers\UIElement3DAutomationPeer.cs (1)
287return Keyboard.IsFocusable(_owner);
System\Windows\Automation\Peers\UIElementAutomationPeer.cs (1)
334return Keyboard.IsFocusable(_owner);
System\Windows\Input\KeyboardDevice.cs (3)
144isValid = Keyboard.IsFocusable(focus); 312if (keyboardInputProvider != null && Keyboard.IsFocusable(newFocus)) 590if(Keyboard.IsFocusable(element))