6 references to new
System.Drawing.Common.Tests (3)
System\Drawing\StringFormatTests.cs (3)
31
using StringFormat format =
new
(options);
422
using StringFormat format =
new
(StringFormatFlags.DirectionVertical);
429
StringFormat format =
new
(StringFormatFlags.DirectionVertical);
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (1)
1600
StringFormat stringFormat =
new
(StringFormatFlags.NoWrap)
System.Windows.Forms.Design (2)
System\Drawing\Design\FontNameEditor.cs (1)
74
StringFormat format =
new
(StringFormatFlags.NoWrap | StringFormatFlags.NoFontFallback)
System\Windows\Forms\Design\ToolStripCollectionEditor.ToolStripItemEditorForm.cs (1)
875
stringFormat = rightToLeft ?
new
(StringFormatFlags.DirectionRightToLeft) : new();