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