3 references to OnAnimationFrameChanged
System.Windows.Forms (3)
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (3)
2043
ImageAnimator.Animate(image,
OnAnimationFrameChanged
);
2047
ImageAnimator.StopAnimate(image,
OnAnimationFrameChanged
);
2672
parent.BeginInvoke(new EventHandler(
OnAnimationFrameChanged
), [o, e]);