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, 159if (_dotScaleCurrent > 0.001f) 161float dotDiameter = normalBounds.Width * 0.5f * _dotScaleCurrent; 200_dotScaleStart = _dotScaleCurrent;