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