3 references to OnFrameChanged
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ButtonBase.cs (3)
733
ImageAnimator.Animate(this.image, new EventHandler(this.
OnFrameChanged
));
739
ImageAnimator.StopAnimate(this.image, new EventHandler(this.
OnFrameChanged
));
1029
BeginInvoke(new EventHandler(this.
OnFrameChanged
), new object[]{o,e});