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