Implemented interface member:
property
IsKeyboardFocused
System.Windows.IInputElement.IsKeyboardFocused
2 references to IsKeyboardFocused
PresentationCore (1)
System\Windows\Automation\Peers\ContentElementAutomationPeer.cs (1)
196
return _owner.
IsKeyboardFocused
;
PresentationFramework (1)
System\Windows\FrameworkContentElement.cs (1)
1034
if (
IsKeyboardFocused
)