4 references to FocusedElement
PresentationCore (3)
Core\CSharp\System\Windows\Input\Keyboard.cs (1)
278
return Keyboard.PrimaryDevice.
FocusedElement
;
Core\CSharp\System\Windows\Input\KeyboardDevice.cs (1)
74
return
FocusedElement
;
Core\CSharp\System\Windows\Interop\HwndSource.cs (1)
2731
focusElement = Keyboard.PrimaryDevice.
FocusedElement
;
PresentationFramework (1)
src\Framework\MS\Internal\AppModel\RootBrowserWindow.cs (1)
174
e.KeyboardDevice.
FocusedElement
as DependencyObject ?? this,