7 writes to MostRecentInputDevice
PresentationCore (7)
System\Windows\Input\KeyboardDevice.cs (2)
726
_inputManager.
MostRecentInputDevice
= this;
743
_inputManager.
MostRecentInputDevice
= this;
System\Windows\Input\MouseDevice.cs (3)
1710
_inputManager.
MostRecentInputDevice
= this;
1746
_inputManager.
MostRecentInputDevice
= this;
1754
_inputManager.
MostRecentInputDevice
= this;
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (1)
187
_inputManager.
MostRecentInputDevice
= stylusDevice.StylusDevice;
System\Windows\Input\Stylus\Wisp\WispLogic.cs (1)
1036
_inputManager.
MostRecentInputDevice
= stylusDevice.StylusDevice;
2 references to MostRecentInputDevice
PresentationFramework (1)
System\Windows\Input\KeyboardNavigation.cs (1)
812
return InputManager.Current.
MostRecentInputDevice
is KeyboardDevice;
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (1)
472
return (InputManager.Current.
MostRecentInputDevice
is KeyboardDevice);