2 references to DT_EXPANDTABS
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (1)
1908
DRAW_TEXT_FORMAT format = DRAW_TEXT_FORMAT.DT_EDITCONTROL | DRAW_TEXT_FORMAT.
DT_EXPANDTABS
| DRAW_TEXT_FORMAT.DT_NOCLIP
System\Windows\Forms\Rendering\TextFormatFlags.cs (1)
16
ExpandTabs = (int)DRAW_TEXT_FORMAT.
DT_EXPANDTABS
,