7 writes to MostRecentInputDevice
PresentationCore (7)
System\Windows\Input\KeyboardDevice.cs (2)
735_inputManager.MostRecentInputDevice = this; 752_inputManager.MostRecentInputDevice = this;
System\Windows\Input\MouseDevice.cs (3)
1719_inputManager.MostRecentInputDevice = this; 1755_inputManager.MostRecentInputDevice = this; 1763_inputManager.MostRecentInputDevice = this;
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (1)
204_inputManager.MostRecentInputDevice = stylusDevice.StylusDevice;
System\Windows\Input\Stylus\Wisp\WispLogic.cs (1)
1045_inputManager.MostRecentInputDevice = stylusDevice.StylusDevice;
2 references to MostRecentInputDevice
PresentationFramework (1)
System\Windows\Input\KeyboardNavigation.cs (1)
822return InputManager.Current.MostRecentInputDevice is KeyboardDevice;
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (1)
477return (InputManager.Current.MostRecentInputDevice is KeyboardDevice);