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