4 references to StateAnimating
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Label.cs (4)
53
private static readonly BitVector32.Section StateFlatStyle = BitVector32.CreateSection((int)FlatStyle.System,
StateAnimating
);
1064
bool currentlyAnimating = labelState[
StateAnimating
] != 0;
1070
labelState[
StateAnimating
] = animate ? 1 : 0;
1076
labelState[
StateAnimating
] = animate ? 1 : 0;