2 references to DT_NOCLIP
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (1)
1908DRAW_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)
30NoClipping = (int)DRAW_TEXT_FORMAT.DT_NOCLIP,