17 references to ImageAnimator
System.Drawing (1)
System.Drawing.cs (1)
66[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.ImageAnimator))]
System.Drawing.Common (1)
System\Drawing\ImageAnimator.cs (1)
261Name = nameof(ImageAnimator),
System.Windows.Forms (15)
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (3)
814ImageAnimator.Animate(_image, OnFrameChanged); 822ImageAnimator.StopAnimate(_image, OnFrameChanged); 1251ImageAnimator.UpdateFrames(Image);
System\Windows\Forms\Controls\Labels\Label.cs (3)
861ImageAnimator.Animate(image, OnFrameChanged); 866ImageAnimator.StopAnimate(image, OnFrameChanged); 1250ImageAnimator.UpdateFrames(Image);
System\Windows\Forms\Controls\Labels\LinkLabel.cs (1)
967ImageAnimator.UpdateFrames(Image);
System\Windows\Forms\Controls\PictureBox\PictureBox.cs (3)
981ImageAnimator.Animate(_image, OnFrameChanged); 989ImageAnimator.StopAnimate(_image, OnFrameChanged); 1124ImageAnimator.UpdateFrames(Image);
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (5)
1059if (bmp.RawFormat.Guid != ImageFormat.Icon.Guid && !ImageAnimator.CanAnimate(bmp)) 1096if (currentImage.RawFormat.Guid != ImageFormat.Icon.Guid && !ImageAnimator.CanAnimate(currentImage)) 2048ImageAnimator.Animate(image, OnAnimationFrameChanged); 2052ImageAnimator.StopAnimate(image, OnAnimationFrameChanged); 2451ImageAnimator.UpdateFrames(Image);