24 references to SingleLine
System.Windows.Forms (24)
winforms\Managed\System\WinForms\ButtonRenderer.cs (2)
151
TextFormatFlags.HorizontalCenter | TextFormatFlags.VerticalCenter | TextFormatFlags.
SingleLine
,
221
TextFormatFlags.HorizontalCenter | TextFormatFlags.VerticalCenter | TextFormatFlags.
SingleLine
,
winforms\Managed\System\WinForms\CheckBoxRenderer.cs (2)
130
TextFormatFlags.HorizontalCenter | TextFormatFlags.VerticalCenter | TextFormatFlags.
SingleLine
,
180
TextFormatFlags.HorizontalCenter | TextFormatFlags.VerticalCenter | TextFormatFlags.
SingleLine
,
winforms\Managed\System\WinForms\ComboBox.cs (2)
936
Size textSize = TextRenderer.MeasureText(LayoutUtils.TestString, this.Font, new Size(Int16.MaxValue, (int)(FontHeight * 1.25)), TextFormatFlags.
SingleLine
);
946
Size textSize = TextRenderer.MeasureText(LayoutUtils.TestString, this.Font, new Size(Int16.MaxValue, (int)(FontHeight * 1.25)), TextFormatFlags.
SingleLine
);
winforms\Managed\System\WinForms\DataGridViewCell.cs (2)
37
private const TextFormatFlags textFormatSupportedFlags = TextFormatFlags.
SingleLine
| /*TextFormatFlags.NoFullWidthCharacterBreak |*/ TextFormatFlags.WordBreak | TextFormatFlags.NoPrefix;
2965
if (oneLineSize.Height >= maxHeight || (flags & TextFormatFlags.
SingleLine
) != 0)
winforms\Managed\System\WinForms\DataGridViewColumnHeaderCell.cs (1)
987
if ((flags & TextFormatFlags.
SingleLine
) != 0)
winforms\Managed\System\WinForms\DataGridViewComboBoxCell.cs (1)
2603
if ((flags & TextFormatFlags.
SingleLine
) != 0)
winforms\Managed\System\WinForms\DataGridViewLinkCell.cs (1)
1101
if ((flags & TextFormatFlags.
SingleLine
) != 0)
winforms\Managed\System\WinForms\DataGridViewRowHeaderCell.cs (1)
1007
if ((flags & TextFormatFlags.
SingleLine
) != 0)
winforms\Managed\System\WinForms\DataGridViewTextBoxCell.cs (1)
766
if ((flags & TextFormatFlags.
SingleLine
) != 0)
winforms\Managed\System\WinForms\DataGridViewTopLeftHeaderCell.cs (1)
358
if ((flags & TextFormatFlags.
SingleLine
) != 0)
winforms\Managed\System\WinForms\DataGridViewUtilities.cs (3)
151
tff |= TextFormatFlags.
SingleLine
;
321
if ((flags & TextFormatFlags.
SingleLine
) != 0)
461
TextFormatFlags.
SingleLine
|
winforms\Managed\System\WinForms\DrawToolTipEventArgs.cs (1)
141
DrawText(TextFormatFlags.HorizontalCenter | TextFormatFlags.VerticalCenter | TextFormatFlags.
SingleLine
| TextFormatFlags.HidePrefix);
winforms\Managed\System\WinForms\Layout\LayoutUtils.cs (1)
57
Size textSize = TextRenderer.MeasureText(obj.ToString(), font, new Size(Int16.MaxValue, Int16.MaxValue), TextFormatFlags.
SingleLine
);
winforms\Managed\System\WinForms\RadioButtonRenderer.cs (2)
123
TextFormatFlags.HorizontalCenter | TextFormatFlags.VerticalCenter | TextFormatFlags.
SingleLine
,
167
TextFormatFlags.HorizontalCenter | TextFormatFlags.VerticalCenter | TextFormatFlags.
SingleLine
,
winforms\Managed\System\WinForms\TabRenderer.cs (2)
96
TextFormatFlags.HorizontalCenter | TextFormatFlags.VerticalCenter | TextFormatFlags.
SingleLine
,
151
TextFormatFlags.HorizontalCenter | TextFormatFlags.VerticalCenter | TextFormatFlags.
SingleLine
,
winforms\Managed\System\WinForms\TextBoxBase.cs (1)
983
format |= TextFormatFlags.
SingleLine
;