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