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