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