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