8 references to IsFocusable
PresentationCore (6)
System\Windows\Automation\Peers\ContentElementAutomationPeer.cs (1)
183return Keyboard.IsFocusable(_owner);
System\Windows\Automation\Peers\UIElement3DAutomationPeer.cs (1)
286return Keyboard.IsFocusable(_owner);
System\Windows\Automation\Peers\UIElementAutomationPeer.cs (1)
330return Keyboard.IsFocusable(_owner);
System\Windows\Input\KeyboardDevice.cs (3)
143isValid = Keyboard.IsFocusable(focus); 311if (keyboardInputProvider != null && Keyboard.IsFocusable(newFocus)) 589if(Keyboard.IsFocusable(element))
PresentationFramework (2)
System\Windows\Controls\ItemsControl.cs (1)
2574if (container == null || Keyboard.IsFocusable(container))
System\Windows\FrameworkElement.cs (1)
5330if (activeElement != null && activeElement != sender && Keyboard.IsFocusable(activeElement as DependencyObject))