3 references to DT_NOPREFIX
System.Windows.Forms (3)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (1)
1909| DRAW_TEXT_FORMAT.DT_SINGLELINE | DRAW_TEXT_FORMAT.DT_NOPREFIX;
System\Windows\Forms\Design\ComponentEditorForm.PageSelector.cs (1)
140DRAW_TEXT_FORMAT.DT_LEFT | DRAW_TEXT_FORMAT.DT_VCENTER | DRAW_TEXT_FORMAT.DT_END_ELLIPSIS | DRAW_TEXT_FORMAT.DT_NOPREFIX);
System\Windows\Forms\Rendering\TextFormatFlags.cs (1)
31NoPrefix = (int)DRAW_TEXT_FORMAT.DT_NOPREFIX,