3 writes to _dashAlphaCurrent
System.Windows.Forms (3)
System\Windows\Forms\Rendering\CheckBox\AnimatedCheckGlyphRenderer.cs (3)
44_dashAlphaCurrent = _dashAlphaStart = _dashAlphaTarget = dashAlpha; 182_dashAlphaCurrent = Lerp(_dashAlphaStart, _dashAlphaTarget, easedProgress); 210_dashAlphaCurrent = _dashAlphaTarget;
3 references to _dashAlphaCurrent
System.Windows.Forms (3)
System\Windows\Forms\Rendering\CheckBox\AnimatedCheckGlyphRenderer.cs (3)
162if (_dashAlphaCurrent > 0) 164DrawDash(graphics, bounds, glyphColor, _dashAlphaCurrent); 195_dashAlphaStart = _dashAlphaCurrent;