5 writes to MostRecentInputDevice
PresentationCore (5)
System\Windows\Input\MouseDevice.cs (3)
1721
_inputManager.
MostRecentInputDevice
= this;
1757
_inputManager.
MostRecentInputDevice
= this;
1765
_inputManager.
MostRecentInputDevice
= this;
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (1)
186
_inputManager.
MostRecentInputDevice
= stylusDevice.StylusDevice;
System\Windows\Input\Stylus\Wisp\WispLogic.cs (1)
1044
_inputManager.
MostRecentInputDevice
= stylusDevice.StylusDevice;
4 references to MostRecentInputDevice
PresentationCore (2)
System\Windows\Input\KeyboardDevice.cs (2)
730
_inputManager?.
MostRecentInputDevice
= this;
746
_inputManager?.
MostRecentInputDevice
= this;
PresentationFramework (1)
System\Windows\Input\KeyboardNavigation.cs (1)
811
return InputManager.Current.
MostRecentInputDevice
is KeyboardDevice;
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (1)
475
return (InputManager.Current.
MostRecentInputDevice
is KeyboardDevice);