3 writes to _fillCurrent
System.Windows.Forms (3)
System\Windows\Forms\Rendering\CheckBox\AnimatedCheckGlyphRenderer.cs (3)
42_fillCurrent = _fillStart = _fillTarget = fill; 180_fillCurrent = Lerp(_fillStart, _fillTarget, easedProgress); 208_fillCurrent = _fillTarget;
3 references to _fillCurrent
System.Windows.Forms (3)
System\Windows\Forms\Rendering\CheckBox\AnimatedCheckGlyphRenderer.cs (3)
125Color backColor = LerpColor(offBackColor, onColor, _fillCurrent); 126Color borderColor = LerpColor(offBorderColor, onColor, _fillCurrent); 193_fillStart = _fillCurrent;