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