2 references to DT_HIDEPREFIX
System.Windows.Forms (2)
System\Windows\Forms\Controls\GroupBox\GroupBox.cs (1)
504flags |= DRAW_TEXT_FORMAT.DT_HIDEPREFIX;
System\Windows\Forms\Rendering\TextFormatFlags.cs (1)
19HidePrefix = (int)DRAW_TEXT_FORMAT.DT_HIDEPREFIX,