6 references to StateFlatStyle
System.Windows.Forms (6)
winforms\Managed\System\WinForms\Label.cs (6)
54private static readonly BitVector32.Section StateBorderStyle = BitVector32.CreateSection((int)BorderStyle.Fixed3D, StateFlatStyle); 113labelState[StateFlatStyle] = (int)FlatStyle.Standard; 411return (FlatStyle)labelState[StateFlatStyle]; 420if (labelState[StateFlatStyle] != (int)value) { 421bool needRecreate = (labelState[StateFlatStyle] == (int)FlatStyle.System) || (value == FlatStyle.System); 423labelState[StateFlatStyle] = (int)value;