3 writes to _movedEnoughFromPenDown
PresentationCore (3)
System\Windows\Input\Stylus\Pointer\PointerFlickEngine.cs (3)
177_movedEnoughFromPenDown = !_allowPressFlicks; 344_movedEnoughFromPenDown = true; 354_movedEnoughFromPenDown = true;
3 references to _movedEnoughFromPenDown
PresentationCore (3)
System\Windows\Input\Stylus\Pointer\PointerFlickEngine.cs (3)
331if (!_movedEnoughFromPenDown) 348if (!_movedEnoughFromPenDown) 362if (_movedEnoughFromPenDown && !_analyzingData)