2 references to s_stateAutoEllipsis
System.Windows.Forms (2)
System\Windows\Forms\Controls\Labels\Label.cs (2)
133
get => _labelState[
s_stateAutoEllipsis
] != 0;
141
_labelState[
s_stateAutoEllipsis
] = value ? 1 : 0;