16 references to Animate
System.Drawing.Common.Tests (12)
System\Drawing\ImageAnimator.ManualTests.cs (1)
64
ImageAnimator.
Animate
(bitmaps[imageName], handlers[imageName]);
System\Drawing\ImageAnimatorTests.cs (11)
28
ImageAnimator.
Animate
(image, (object o, EventArgs e) => { });
35
ImageAnimator.
Animate
(animatedImage, (object o, EventArgs e) => { });
38
ImageAnimator.
Animate
(image, (object o, EventArgs e) => { });
52
ImageAnimator.
Animate
(animatedImage, (object o, EventArgs e) => { });
69
ImageAnimator.
Animate
(animatedImage, (object o, EventArgs e) => { });
92
ImageAnimator.
Animate
(image, (object o, EventArgs e) => { });
99
ImageAnimator.
Animate
(animatedImage, (object o, EventArgs e) => { });
102
ImageAnimator.
Animate
(image, (object o, EventArgs e) => { });
116
ImageAnimator.
Animate
(animatedImage, (object o, EventArgs e) => { });
124
ImageAnimator.
Animate
(animatedImage, (object o, EventArgs e) => { });
139
ImageAnimator.
Animate
(animatedImage, (object o, EventArgs e) => { });
System.Windows.Forms (4)
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (1)
756
ImageAnimator.
Animate
(_image, OnFrameChanged);
System\Windows\Forms\Controls\Labels\Label.cs (1)
863
ImageAnimator.
Animate
(image, OnFrameChanged);
System\Windows\Forms\Controls\PictureBox\PictureBox.cs (1)
984
ImageAnimator.
Animate
(_image, OnFrameChanged);
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (1)
2043
ImageAnimator.
Animate
(image, OnAnimationFrameChanged);