2 references to CreateStringFormat
System.Windows.Forms (2)
System\Windows\Forms\Controls\Buttons\ButtonInternal\ButtonBaseAdapter.cs (1)
89
=> ControlPaint.
CreateStringFormat
(Control, Control.TextAlign, Control.ShowToolTip, Control.UseMnemonic);
System\Windows\Forms\Controls\Labels\Label.cs (1)
911
=> ControlPaint.
CreateStringFormat
(this, TextAlign, AutoEllipsis, UseMnemonic);