2 references to StateAutoEllipsis
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Label.cs (2)
179
return labelState[
StateAutoEllipsis
] != 0;
184
labelState[
StateAutoEllipsis
] = value ? 1 : 0;