6 references to IsFocusable
PresentationCore (6)
System\Windows\Automation\Peers\ContentElementAutomationPeer.cs (1)
188
return Keyboard.
IsFocusable
(_owner);
System\Windows\Automation\Peers\UIElement3DAutomationPeer.cs (1)
295
return Keyboard.
IsFocusable
(_owner);
System\Windows\Automation\Peers\UIElementAutomationPeer.cs (1)
343
return Keyboard.
IsFocusable
(_owner);
System\Windows\Input\KeyboardDevice.cs (3)
156
isValid = Keyboard.
IsFocusable
(focus);
320
if (keyboardInputProvider != null && Keyboard.
IsFocusable
(newFocus))
590
if(Keyboard.
IsFocusable
(element))