3 writes to _dotScaleCurrent
System.Windows.Forms (3)
System\Windows\Forms\Rendering\RadioButton\AnimatedRadioGlyphRenderer.cs (3)
41
_dotScaleCurrent
= _dotScaleStart = _dotScaleTarget = dotScaleTarget;
190
_dotScaleCurrent
= Lerp(_dotScaleStart, _dotScaleTarget, easedProgress);
216
_dotScaleCurrent
= _dotScaleTarget;
3 references to _dotScaleCurrent
System.Windows.Forms (3)
System\Windows\Forms\Rendering\RadioButton\AnimatedRadioGlyphRenderer.cs (3)
150
if (
_dotScaleCurrent
> 0.001f)
152
float dotDiameter = normalBounds.Width * 0.5f *
_dotScaleCurrent
;
202
_dotScaleStart =
_dotScaleCurrent
;