3 writes to _movedEnoughFromPenDown
PresentationCore (3)
System\Windows\Input\Stylus\Pointer\PointerFlickEngine.cs (3)
156_movedEnoughFromPenDown = !_allowPressFlicks; 323_movedEnoughFromPenDown = true; 333_movedEnoughFromPenDown = true;
3 references to _movedEnoughFromPenDown
PresentationCore (3)
System\Windows\Input\Stylus\Pointer\PointerFlickEngine.cs (3)
310if (!_movedEnoughFromPenDown) 327if (!_movedEnoughFromPenDown) 341if (_movedEnoughFromPenDown && !_analyzingData)