2 references to Animate
System.Windows.Forms (2)
System\Windows\Forms\Controls\Labels\Label.cs (2)
849
internal void Animate() =>
Animate
(!DesignMode && Visible && Enabled && ParentInternal is not null);
851
internal void StopAnimate() =>
Animate
(false);