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