3 references to DT_RIGHT
System.Windows.Forms (3)
System\Windows\Forms\Controls\GroupBox\GroupBox.cs (1)
510
flags |= DRAW_TEXT_FORMAT.
DT_RIGHT
;
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (1)
1913
format |= DRAW_TEXT_FORMAT.
DT_RIGHT
| DRAW_TEXT_FORMAT.DT_RTLREADING;
System\Windows\Forms\Rendering\TextFormatFlags.cs (1)
35
Right = (int)DRAW_TEXT_FORMAT.
DT_RIGHT
,