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