Implemented interface member:
property
IsKeyboardFocused
System.Windows.IInputElement.IsKeyboardFocused
2 references to IsKeyboardFocused
PresentationCore (1)
Core\CSharp\System\Windows\Automation\Peers\ContentElementAutomationPeer.cs (1)
204return _owner.IsKeyboardFocused;
PresentationFramework (1)
src\Framework\System\Windows\FrameworkContentElement.cs (1)
1043if (IsKeyboardFocused)