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