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