5 references to IsKeyboardFocusable
PresentationCore (1)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
2497
private static object IsKeyboardFocusable(AutomationPeer peer) { return peer.
IsKeyboardFocusable
(); }
PresentationFramework (4)
System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (1)
448
return wrapperPeer.
IsKeyboardFocusable
();
System\Windows\Automation\Peers\DateTimeAutomationPeer.cs (1)
563
return wrapperPeer.
IsKeyboardFocusable
();
System\Windows\Automation\Peers\GroupItemAutomationPeer.cs (1)
344
return _expanderPeer.
IsKeyboardFocusable
();
System\Windows\Automation\Peers\ItemAutomationPeer.cs (1)
442
return wrapperPeer.
IsKeyboardFocusable
();