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);