5 writes to _lastKnownDeviceCount
PresentationCore (5)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (5)
3175
_lastKnownDeviceCount
= GetDeviceCount();
3316
_lastKnownDeviceCount
= GetDeviceCount();
3334
_lastKnownDeviceCount
= GetDeviceCount();
3340
_lastKnownDeviceCount
= GetDeviceCount();
3452
_lastKnownDeviceCount
= currentDeviceCount;
2 references to _lastKnownDeviceCount
PresentationCore (2)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (2)
3412
(
_lastKnownDeviceCount
< 0 ||
3413
currentDeviceCount !=
_lastKnownDeviceCount
- 1 ||