4 references to stateCurrentlyAnimatingImage
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ToolStripItem.cs (4)
163
private static readonly int stateDoubleClickEnabled = BitVector32.CreateMask(
stateCurrentlyAnimatingImage
);
2474
if (animate != state[
stateCurrentlyAnimatingImage
]) {
2478
state[
stateCurrentlyAnimatingImage
] = animate;
2484
state[
stateCurrentlyAnimatingImage
] = animate;