3 references to OnAnimationFrameChanged
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ToolStripItem.cs (3)
2477
ImageAnimator.Animate(Image, new EventHandler(this.
OnAnimationFrameChanged
));
2483
ImageAnimator.StopAnimate(Image, new EventHandler(this.
OnAnimationFrameChanged
));
3069
parent.BeginInvoke(new EventHandler(this.
OnAnimationFrameChanged
), new object[]{o,e});