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