2 writes to _activeDeviceCount
PresentationCore (2)
System\Windows\Input\Stylus\Common\StylusTouchDeviceBase.cs (2)
148
_activeDeviceCount
++;
171
_activeDeviceCount
--;
2 references to _activeDeviceCount
PresentationCore (2)
System\Windows\Input\Stylus\Common\StylusTouchDeviceBase.cs (2)
150
if (
_activeDeviceCount
== 1)
231
internal static int ActiveDeviceCount { get { return
_activeDeviceCount
; } }