15 references to DrawString
PresentationUI (5)
MS\Internal\Documents\SignatureSummaryDialog.cs (5)
720graphics.DrawString(item._subjectName, 727graphics.DrawString(item._signBy, 734graphics.DrawString(item._location, 743graphics.DrawString(item._summaryMessage, 759graphics.DrawString(item._reason,
System.Drawing.Common.Tests (2)
mono\System.Drawing\GraphicsTests.cs (2)
2093g.DrawString("Test String", _font, Brushes.Black, rect, fmt); 2109g.DrawString("Test String", _font, Brushes.Black, rect, fmt);
System.Windows.Forms (2)
System\Windows\Forms\Controls\Labels\LinkLabel.cs (1)
1353g.DrawString(Text, Font, foreBrush, ClientRectWithPadding, stringFormat);
System\Windows\Forms\Rendering\ControlPaint.cs (1)
1958graphics.DrawString(s, font, SystemBrushes.GrayText, layoutRectangle, format);
System.Windows.Forms.Design (5)
System\ComponentModel\Design\CollectionEditor.CollectionEditorCollectionForm.cs (1)
608g.DrawString(e.Index.ToString(CultureInfo.CurrentCulture), Font, SystemBrushes.ControlText,
System\ComponentModel\Design\MultilineStringEditor.MultilineStringEditorUI.cs (1)
413g.DrawString(
System\Drawing\Design\FontNameEditor.cs (1)
79e.Graphics.DrawString("abcd", font, SystemBrushes.ActiveCaptionText, e.Bounds, format);
System\Windows\Forms\Design\ComponentTray.cs (1)
2295e.Graphics.DrawString(Text, Font, foreBrush, rc, format);
System\Windows\Forms\Design\ControlDesigner.cs (1)
2294e.Graphics.DrawString(exceptionText, errorFont, new SolidBrush(Control.ForeColor), textRect, stringFormat);
WinFormsControlsTest (1)
ListBoxes.cs (1)
46e.Graphics.DrawString(listBox.Items[e.Index].ToString(),