4 references to s_stateAnimating
System.Windows.Forms (4)
System\Windows\Forms\Controls\Labels\Label.cs (4)
34private static readonly BitVector32.Section s_stateFlatStyle = BitVector32.CreateSection((int)FlatStyle.System, s_stateAnimating); 855bool currentlyAnimating = _labelState[s_stateAnimating] != 0; 864_labelState[s_stateAnimating] = animate ? 1 : 0; 869_labelState[s_stateAnimating] = animate ? 1 : 0;