2 writes to _pressCurrent
System.Windows.Forms (2)
System\Windows\Forms\Rendering\Button\AnimatedPopupButtonRenderer.cs (2)
77_pressCurrent = Lerp(_pressStart, _pressTarget, PopupButtonEasing.EaseInOutQuad(animationProgress)); 85_pressCurrent = _pressTarget;
4 references to _pressCurrent
System.Windows.Forms (4)
System\Windows\Forms\Rendering\Button\AnimatedPopupButtonRenderer.cs (4)
62_pressStart = _pressCurrent; 87_pressStart = _pressCurrent; 140faceColor = PopupButtonColorMath.Blend(faceColor, pressedColor, _pressCurrent); 170AnimationState = new PopupButtonAnimationState(_hoverCurrent, _pressCurrent),