16 references to labelState
System.Windows.Forms (16)
winforms\Managed\System\WinForms\Label.cs (16)
113
labelState
[StateFlatStyle] = (int)FlatStyle.Standard;
114
labelState
[StateUseMnemonic] = 1;
115
labelState
[StateBorderStyle] = (int)BorderStyle.None;
179
return
labelState
[StateAutoEllipsis] != 0;
184
labelState
[StateAutoEllipsis] = value ? 1 : 0;
283
return (BorderStyle)
labelState
[StateBorderStyle];
292
labelState
[StateBorderStyle] = (int)value;
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;
987
return
labelState
[StateUseMnemonic] != 0;
993
labelState
[StateUseMnemonic] = value ? 1 : 0;
1064
bool currentlyAnimating =
labelState
[StateAnimating] != 0;
1070
labelState
[StateAnimating] = animate ? 1 : 0;
1076
labelState
[StateAnimating] = animate ? 1 : 0;