3 references to DT_WORDBREAK
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\Rendering\TextExtensions.cs (1)
261
dt &= ~(DRAW_TEXT_FORMAT.
DT_WORDBREAK
);
System\Windows\Forms\Rendering\TextFormatFlags.cs (1)
46
WordBreak = (int)DRAW_TEXT_FORMAT.
DT_WORDBREAK
,