3 references to FocusedElement
PresentationCore (3)
System\Windows\Input\Keyboard.cs (1)
273
return Keyboard.PrimaryDevice.
FocusedElement
;
System\Windows\Input\KeyboardDevice.cs (1)
59
return
FocusedElement
;
System\Windows\InterOp\HwndSource.cs (1)
2373
focusElement = Keyboard.PrimaryDevice.
FocusedElement
;