3 references to FocusedElement
PresentationCore (3)
System\Windows\Input\Keyboard.cs (1)
274
return Keyboard.PrimaryDevice.
FocusedElement
;
System\Windows\Input\KeyboardDevice.cs (1)
62
return
FocusedElement
;
System\Windows\InterOp\HwndSource.cs (1)
2366
focusElement = Keyboard.PrimaryDevice.
FocusedElement
;