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); 83_labelState[s_stateFlatStyle] = (int)FlatStyle.Standard; 325get => (FlatStyle)_labelState[s_stateFlatStyle]; 331if (_labelState[s_stateFlatStyle] == (int)value) 336bool needRecreate = (_labelState[s_stateFlatStyle] == (int)FlatStyle.System) || (value == FlatStyle.System); 338_labelState[s_stateFlatStyle] = (int)value;