4 references to FocusedElement
PresentationCore (3)
Core\CSharp\System\Windows\Input\Keyboard.cs (1)
278return Keyboard.PrimaryDevice.FocusedElement;
Core\CSharp\System\Windows\Input\KeyboardDevice.cs (1)
74return FocusedElement;
Core\CSharp\System\Windows\Interop\HwndSource.cs (1)
2731focusElement = Keyboard.PrimaryDevice.FocusedElement;
PresentationFramework (1)
src\Framework\MS\Internal\AppModel\RootBrowserWindow.cs (1)
174e.KeyboardDevice.FocusedElement as DependencyObject ?? this,