6 references to IsFocusable
PresentationCore (6)
Core\CSharp\System\Windows\Automation\Peers\ContentElementAutomationPeer.cs (1)
196
return Keyboard.
IsFocusable
(_owner);
Core\CSharp\System\Windows\Automation\Peers\UIElement3DAutomationPeer.cs (1)
307
return Keyboard.
IsFocusable
(_owner);
Core\CSharp\System\Windows\Automation\Peers\UIElementAutomationPeer.cs (1)
366
return Keyboard.
IsFocusable
(_owner);
Core\CSharp\System\Windows\Input\KeyboardDevice.cs (3)
196
isValid = Keyboard.
IsFocusable
(focus);
391
if (keyboardInputProvider != null && Keyboard.
IsFocusable
(newFocus))
669
if(Keyboard.
IsFocusable
(element))