6 references to IsFocusable
PresentationCore (6)
System\Windows\Automation\Peers\ContentElementAutomationPeer.cs (1)
183
return Keyboard.
IsFocusable
(_owner);
System\Windows\Automation\Peers\UIElement3DAutomationPeer.cs (1)
286
return Keyboard.
IsFocusable
(_owner);
System\Windows\Automation\Peers\UIElementAutomationPeer.cs (1)
333
return Keyboard.
IsFocusable
(_owner);
System\Windows\Input\KeyboardDevice.cs (3)
143
isValid = Keyboard.
IsFocusable
(focus);
311
if (keyboardInputProvider != null && Keyboard.
IsFocusable
(newFocus))
589
if(Keyboard.
IsFocusable
(element))