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