5 writes to _lastKnownDeviceCount
PresentationCore (5)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (5)
3174
_lastKnownDeviceCount
= GetDeviceCount();
3315
_lastKnownDeviceCount
= GetDeviceCount();
3333
_lastKnownDeviceCount
= GetDeviceCount();
3339
_lastKnownDeviceCount
= GetDeviceCount();
3451
_lastKnownDeviceCount
= currentDeviceCount;
2 references to _lastKnownDeviceCount
PresentationCore (2)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (2)
3411
(
_lastKnownDeviceCount
< 0 ||
3412
currentDeviceCount !=
_lastKnownDeviceCount
- 1 ||