4 writes to _positionStart
System.Windows.Forms (4)
System\Windows\Forms\Rendering\CheckBox\AnimatedToggleSwitchRenderer.cs (4)
56
_positionStart
= _positionCurrent;
285
_positionStart
= _positionCurrent;
305
_positionStart
= _positionCurrent;
324
_positionStart
= _positionCurrent;
1 reference to _positionStart
System.Windows.Forms (1)
System\Windows\Forms\Rendering\CheckBox\AnimatedToggleSwitchRenderer.cs (1)
46
_positionCurrent = Lerp(
_positionStart
, _positionTarget, easedProgress);