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