3 references to DT_EDITCONTROL
System.Windows.Forms (3)
System\Windows\Forms\Controls\GroupBox\GroupBox.cs (1)
500
DRAW_TEXT_FORMAT flags = DRAW_TEXT_FORMAT.DT_WORDBREAK | DRAW_TEXT_FORMAT.
DT_EDITCONTROL
;
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (1)
1908
DRAW_TEXT_FORMAT format = DRAW_TEXT_FORMAT.
DT_EDITCONTROL
| DRAW_TEXT_FORMAT.DT_EXPANDTABS | DRAW_TEXT_FORMAT.DT_NOCLIP
System\Windows\Forms\Rendering\TextFormatFlags.cs (1)
38
TextBoxControl = (int)DRAW_TEXT_FORMAT.
DT_EDITCONTROL
,