17 references to ImageAnimator
System.Drawing (2)
commonui\System\Drawing\ImageAnimator.cs (1)
233animationThread.Name = typeof(ImageAnimator).Name;
commonui\System\Drawing\ImageInfo.cs (1)
37animated = ImageAnimator.CanAnimate(image);
System.Windows.Forms (15)
winforms\Managed\System\WinForms\ButtonBase.cs (3)
733ImageAnimator.Animate(this.image, new EventHandler(this.OnFrameChanged)); 739ImageAnimator.StopAnimate(this.image, new EventHandler(this.OnFrameChanged)); 1141ImageAnimator.UpdateFrames(this.Image);
winforms\Managed\System\WinForms\Label.cs (3)
1069ImageAnimator.Animate(image, new EventHandler(this.OnFrameChanged)); 1075ImageAnimator.StopAnimate(image, new EventHandler(this.OnFrameChanged)); 1515ImageAnimator.UpdateFrames(this.Image);
winforms\Managed\System\WinForms\LinkLabel.cs (1)
1132ImageAnimator.UpdateFrames(this.Image);
winforms\Managed\System\WinForms\PictureBox.cs (3)
1177ImageAnimator.Animate(this.image, new EventHandler(this.OnFrameChanged)); 1183ImageAnimator.StopAnimate(this.image, new EventHandler(this.OnFrameChanged)); 1322ImageAnimator.UpdateFrames(this.Image);
winforms\Managed\System\WinForms\ToolStripItem.cs (5)
1264if (bmp.RawFormat.Guid != ImageFormat.Icon.Guid && !ImageAnimator.CanAnimate(bmp)) { 1296if (currentImage.RawFormat.Guid != ImageFormat.Icon.Guid && !ImageAnimator.CanAnimate(currentImage)) { 2477ImageAnimator.Animate(Image, new EventHandler(this.OnAnimationFrameChanged)); 2483ImageAnimator.StopAnimate(Image, new EventHandler(this.OnAnimationFrameChanged)); 2836ImageAnimator.UpdateFrames(this.Image);