4 references to Animate
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ButtonBase.cs (1)
733
ImageAnimator.
Animate
(this.image, new EventHandler(this.OnFrameChanged));
winforms\Managed\System\WinForms\Label.cs (1)
1069
ImageAnimator.
Animate
(image, new EventHandler(this.OnFrameChanged));
winforms\Managed\System\WinForms\PictureBox.cs (1)
1177
ImageAnimator.
Animate
(this.image, new EventHandler(this.OnFrameChanged));
winforms\Managed\System\WinForms\ToolStripItem.cs (1)
2477
ImageAnimator.
Animate
(Image, new EventHandler(this.OnAnimationFrameChanged));