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