3 references to FocusedElement
PresentationCore (3)
System\Windows\Input\Keyboard.cs (1)
281
return Keyboard.PrimaryDevice.
FocusedElement
;
System\Windows\Input\KeyboardDevice.cs (1)
71
return
FocusedElement
;
System\Windows\InterOp\HwndSource.cs (1)
2389
focusElement = Keyboard.PrimaryDevice.
FocusedElement
;