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