2 references to PopupButtonEasing
System.Windows.Forms (2)
System\Windows\Forms\Rendering\Button\AnimatedPopupButtonRenderer.cs (2)
76
_hoverCurrent = Lerp(_hoverStart, _hoverTarget,
PopupButtonEasing
.EaseOutCubic(animationProgress));
77
_pressCurrent = Lerp(_pressStart, _pressTarget,
PopupButtonEasing
.EaseInOutQuad(animationProgress));