5 writes to _lastKnownDeviceCount
PresentationCore (5)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (5)
3161
_lastKnownDeviceCount
= GetDeviceCount();
3302
_lastKnownDeviceCount
= GetDeviceCount();
3320
_lastKnownDeviceCount
= GetDeviceCount();
3326
_lastKnownDeviceCount
= GetDeviceCount();
3438
_lastKnownDeviceCount
= currentDeviceCount;
2 references to _lastKnownDeviceCount
PresentationCore (2)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (2)
3398
(
_lastKnownDeviceCount
< 0 ||
3399
currentDeviceCount !=
_lastKnownDeviceCount
- 1 ||