3 references to DT_WORDBREAK
System.Windows.Forms (3)
System\Windows\Forms\Controls\GroupBox\GroupBox.cs (1)
500DRAW_TEXT_FORMAT flags = DRAW_TEXT_FORMAT.DT_WORDBREAK | DRAW_TEXT_FORMAT.DT_EDITCONTROL;
System\Windows\Forms\Rendering\TextExtensions.cs (1)
261dt &= ~(DRAW_TEXT_FORMAT.DT_WORDBREAK);
System\Windows\Forms\Rendering\TextFormatFlags.cs (1)
46WordBreak = (int)DRAW_TEXT_FORMAT.DT_WORDBREAK,