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);