3 writes to _movedEnoughFromPenDown
PresentationCore (3)
System\Windows\Input\Stylus\Pointer\PointerFlickEngine.cs (3)
157_movedEnoughFromPenDown = !_allowPressFlicks; 324_movedEnoughFromPenDown = true; 334_movedEnoughFromPenDown = true;
3 references to _movedEnoughFromPenDown
PresentationCore (3)
System\Windows\Input\Stylus\Pointer\PointerFlickEngine.cs (3)
311if (!_movedEnoughFromPenDown) 328if (!_movedEnoughFromPenDown) 342if (_movedEnoughFromPenDown && !_analyzingData)