5 references to StopAnimate
System.Drawing (1)
commonui\System\Drawing\ImageAnimator.cs (1)
191
StopAnimate
(image, onFrameChangedHandler);
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ButtonBase.cs (1)
739
ImageAnimator.
StopAnimate
(this.image, new EventHandler(this.OnFrameChanged));
winforms\Managed\System\WinForms\Label.cs (1)
1075
ImageAnimator.
StopAnimate
(image, new EventHandler(this.OnFrameChanged));
winforms\Managed\System\WinForms\PictureBox.cs (1)
1183
ImageAnimator.
StopAnimate
(this.image, new EventHandler(this.OnFrameChanged));
winforms\Managed\System\WinForms\ToolStripItem.cs (1)
2483
ImageAnimator.
StopAnimate
(Image, new EventHandler(this.OnAnimationFrameChanged));