4 references to DT_SINGLELINE
System.Windows.Forms (4)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (1)
1909
| DRAW_TEXT_FORMAT.
DT_SINGLELINE
| DRAW_TEXT_FORMAT.DT_NOPREFIX;
System\Windows\Forms\Rendering\TextExtensions.cs (2)
162
if (isTop || flags.HasFlag(DRAW_TEXT_FORMAT.
DT_SINGLELINE
) || flags.HasFlag(DRAW_TEXT_FORMAT.DT_CALCRECT))
252
if (proposedSize.Height == int.MaxValue && dt.HasFlag(DRAW_TEXT_FORMAT.
DT_SINGLELINE
))
System\Windows\Forms\Rendering\TextFormatFlags.cs (1)
37
SingleLine = (int)DRAW_TEXT_FORMAT.
DT_SINGLELINE
,