3 references to OnFrameChanged
System.Windows.Forms (3)
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
));
1242
BeginInvoke(new EventHandler(this.
OnFrameChanged
), o, e);