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