11 references to StopAnimate
System.Drawing.Common (1)
System\Drawing\ImageAnimator.cs (1)
213StopAnimate(image, onFrameChangedHandler);
System.Drawing.Common.Tests (6)
System\Drawing\ImageAnimator.ManualTests.cs (1)
72ImageAnimator.StopAnimate(bitmaps[imageName], handlers[imageName]);
System\Drawing\ImageAnimatorTests.cs (5)
62ImageAnimator.StopAnimate(image, (object o, EventArgs e) => { }); 72ImageAnimator.StopAnimate(image, (object o, EventArgs e) => { }); 132ImageAnimator.StopAnimate(image, (object o, EventArgs e) => { }); 142ImageAnimator.StopAnimate(animatedImage, (object o, EventArgs e) => { }); 143ImageAnimator.StopAnimate(image, (object o, EventArgs e) => { });
System.Windows.Forms (4)
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (1)
764ImageAnimator.StopAnimate(_image, OnFrameChanged);
System\Windows\Forms\Controls\Labels\Label.cs (1)
873ImageAnimator.StopAnimate(image, OnFrameChanged);
System\Windows\Forms\Controls\PictureBox\PictureBox.cs (1)
992ImageAnimator.StopAnimate(_image, OnFrameChanged);
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (1)
2071ImageAnimator.StopAnimate(image, OnAnimationFrameChanged);