5 writes to _lastKnownDeviceCount
PresentationCore (5)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (5)
3152
_lastKnownDeviceCount
= GetDeviceCount();
3293
_lastKnownDeviceCount
= GetDeviceCount();
3311
_lastKnownDeviceCount
= GetDeviceCount();
3317
_lastKnownDeviceCount
= GetDeviceCount();
3429
_lastKnownDeviceCount
= currentDeviceCount;
2 references to _lastKnownDeviceCount
PresentationCore (2)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (2)
3389
(
_lastKnownDeviceCount
< 0 ||
3390
currentDeviceCount !=
_lastKnownDeviceCount
- 1 ||