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