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