2 references to Animate
System.Windows.Forms (2)
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (2)
744
private void Animate() =>
Animate
(!DesignMode && Visible && Enabled && ParentInternal is not null);
746
private void StopAnimate() =>
Animate
(animate: false);