2 writes to _activeDeviceCount
PresentationCore (2)
System\Windows\Input\Stylus\Common\StylusTouchDeviceBase.cs (2)
151_activeDeviceCount++; 174_activeDeviceCount--;
2 references to _activeDeviceCount
PresentationCore (2)
System\Windows\Input\Stylus\Common\StylusTouchDeviceBase.cs (2)
153if (_activeDeviceCount == 1) 234internal static int ActiveDeviceCount { get { return _activeDeviceCount; } }