8 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)
330
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))
PresentationFramework (2)
System\Windows\Controls\ItemsControl.cs (1)
2574
if (container == null || Keyboard.
IsFocusable
(container))
System\Windows\FrameworkElement.cs (1)
5330
if (activeElement != null && activeElement != sender && Keyboard.
IsFocusable
(activeElement as DependencyObject))