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