6 references to s_stateFlatStyle
System.Windows.Forms (6)
System\Windows\Forms\Controls\Labels\Label.cs (6)
35private static readonly BitVector32.Section s_stateBorderStyle = BitVector32.CreateSection((int)BorderStyle.Fixed3D, s_stateFlatStyle); 79_labelState[s_stateFlatStyle] = (int)FlatStyle.Standard; 323get => (FlatStyle)_labelState[s_stateFlatStyle]; 329if (_labelState[s_stateFlatStyle] == (int)value) 334bool needRecreate = (_labelState[s_stateFlatStyle] == (int)FlatStyle.System) || (value == FlatStyle.System); 336_labelState[s_stateFlatStyle] = (int)value;