2 references to DT_LEFT
System.Windows.Forms (2)
System\Windows\Forms\Design\ComponentEditorForm.PageSelector.cs (1)
140
DRAW_TEXT_FORMAT.
DT_LEFT
| DRAW_TEXT_FORMAT.DT_VCENTER | DRAW_TEXT_FORMAT.DT_END_ELLIPSIS | DRAW_TEXT_FORMAT.DT_NOPREFIX);
System\Windows\Forms\Rendering\TextFormatFlags.cs (1)
26
Left = (int)DRAW_TEXT_FORMAT.
DT_LEFT
,