3 references to OnFrameChanged
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Label.cs (3)
1069
ImageAnimator.Animate(image, new EventHandler(this.
OnFrameChanged
));
1075
ImageAnimator.StopAnimate(image, new EventHandler(this.
OnFrameChanged
));
1446
BeginInvoke(new EventHandler(this.
OnFrameChanged
), o, e);