12 references to new
PresentationUI (1)
MS\Internal\Documents\SignatureSummaryDialog.cs (1)
626StringFormat stringFormat = new StringFormat();
System.Windows.Forms (6)
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (1)
1075return new StringFormat();
System\Windows\Forms\Controls\Buttons\ButtonInternal\ButtonBaseAdapter.LayoutOptions.cs (1)
74StringFormat format = new()
System\Windows\Forms\Controls\GroupBox\GroupBox.cs (1)
473using StringFormat format = new StringFormat
System\Windows\Forms\Controls\ListBoxes\CheckedListBox.cs (1)
636using StringFormat format = new();
System\Windows\Forms\Printing\PrintPreviewControl.cs (1)
603using StringFormat format = new()
System\Windows\Forms\Rendering\ControlPaint.cs (1)
2592StringFormat stringFormat = new()
System.Windows.Forms.Design (5)
System\ComponentModel\Design\CollectionEditor.CollectionEditorCollectionForm.cs (1)
619using (StringFormat format = new())
System\ComponentModel\Design\MultilineStringEditor.MultilineStringEditorUI.cs (1)
33_watermarkFormat = new StringFormat
System\Windows\Forms\Design\ComponentTray.cs (1)
2261StringFormat format = new();
System\Windows\Forms\Design\ControlDesigner.cs (1)
2244StringFormat stringFormat = new StringFormat
System\Windows\Forms\Design\ToolStripCollectionEditor.ToolStripItemEditorForm.cs (1)
871stringFormat = rightToLeft ? new(StringFormatFlags.DirectionRightToLeft) : new();