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