2 writes to _hoverCurrent
System.Windows.Forms (2)
System\Windows\Forms\Rendering\Button\AnimatedPopupButtonRenderer.cs (2)
76_hoverCurrent = Lerp(_hoverStart, _hoverTarget, PopupButtonEasing.EaseOutCubic(animationProgress)); 84_hoverCurrent = _hoverTarget;
4 references to _hoverCurrent
System.Windows.Forms (4)
System\Windows\Forms\Rendering\Button\AnimatedPopupButtonRenderer.cs (4)
61_hoverStart = _hoverCurrent; 86_hoverStart = _hoverCurrent; 139faceColor = PopupButtonColorMath.Blend(baseColor, hoverColor, _hoverCurrent); 170AnimationState = new PopupButtonAnimationState(_hoverCurrent, _pressCurrent),