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