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