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