2 writes to _pressStart
System.Windows.Forms (2)
System\Windows\Forms\Rendering\Button\AnimatedPopupButtonRenderer.cs (2)
62
_pressStart
= _pressCurrent;
87
_pressStart
= _pressCurrent;
1 reference to _pressStart
System.Windows.Forms (1)
System\Windows\Forms\Rendering\Button\AnimatedPopupButtonRenderer.cs (1)
77
_pressCurrent = Lerp(
_pressStart
, _pressTarget, PopupButtonEasing.EaseInOutQuad(animationProgress));