3 writes to _dotScaleCurrent
System.Windows.Forms (3)
System\Windows\Forms\Rendering\RadioButton\AnimatedRadioGlyphRenderer.cs (3)
41
_dotScaleCurrent
= _dotScaleStart = _dotScaleTarget = dotScaleTarget;
188
_dotScaleCurrent
= Lerp(_dotScaleStart, _dotScaleTarget, easedProgress);
214
_dotScaleCurrent
= _dotScaleTarget;
4 references to _dotScaleCurrent
System.Windows.Forms (4)
System\Windows\Forms\Rendering\RadioButton\AnimatedRadioGlyphRenderer.cs (4)
129
_dotScaleCurrent
,
159
if (
_dotScaleCurrent
> 0.001f)
161
float dotDiameter = normalBounds.Width * 0.5f *
_dotScaleCurrent
;
200
_dotScaleStart =
_dotScaleCurrent
;