5 references to IsKeyboardFocusable
PresentationCore (1)
Core\CSharp\System\Windows\Automation\Peers\AutomationPeer.cs (1)
2401private static object IsKeyboardFocusable(AutomationPeer peer) { return peer.IsKeyboardFocusable(); }
PresentationFramework (4)
src\Framework\System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (1)
422return wrapperPeer.IsKeyboardFocusable();
src\Framework\System\Windows\Automation\Peers\DateTimeAutomationPeer.cs (1)
539return wrapperPeer.IsKeyboardFocusable();
src\Framework\System\Windows\Automation\Peers\GroupItemAutomationPeer.cs (1)
330return _expanderPeer.IsKeyboardFocusable();
src\Framework\System\Windows\Automation\Peers\ItemAutomationPeer.cs (1)
405return wrapperPeer.IsKeyboardFocusable();