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
;
139
faceColor = PopupButtonColorMath.Blend(baseColor, hoverColor,
_hoverCurrent
);
170
AnimationState = new PopupButtonAnimationState(
_hoverCurrent
, _pressCurrent),