4 writes to _onAmountStart
System.Windows.Forms (4)
System\Windows\Forms\Rendering\CheckBox\AnimatedToggleSwitchRenderer.cs (4)
58
_onAmountStart
= _onAmountCurrent;
364
_onAmountStart
= _onAmountCurrent;
383
_onAmountStart
= _onAmountCurrent;
403
_onAmountStart
= _onAmountCurrent;
1 reference to _onAmountStart
System.Windows.Forms (1)
System\Windows\Forms\Rendering\CheckBox\AnimatedToggleSwitchRenderer.cs (1)
47
_onAmountCurrent = Lerp(
_onAmountStart
, _onAmountTarget, easedProgress);