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