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