1 write to _mostRecentInputDevice
PresentationCore (1)
Core\CSharp\System\Windows\Input\InputManager.cs (1)
479internal set { _mostRecentInputDevice = value; }
1 reference to _mostRecentInputDevice
PresentationCore (1)
Core\CSharp\System\Windows\Input\InputManager.cs (1)
478get { return _mostRecentInputDevice; }