3 references to s_stateCurrentlyAnimatingImage
System.Windows.Forms (3)
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (3)
131private static readonly int s_stateDoubleClickEnabled = BitVector32.CreateMask(s_stateCurrentlyAnimatingImage); 2054if (animate == _state[s_stateCurrentlyAnimatingImage]) 2074_state[s_stateCurrentlyAnimatingImage] = animate;