3 references to new
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (1)
1591StringFormat stringFormat = new(StringFormatFlags.NoWrap)
System.Windows.Forms.Design (2)
System\Drawing\Design\FontNameEditor.cs (1)
74StringFormat format = new(StringFormatFlags.NoWrap | StringFormatFlags.NoFontFallback)
System\Windows\Forms\Design\ToolStripCollectionEditor.ToolStripItemEditorForm.cs (1)
871stringFormat = rightToLeft ? new(StringFormatFlags.DirectionRightToLeft) : new();