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