4 references to DrawString
System.Drawing.Common (1)
System\Drawing\Graphics.cs (1)
1591/// <inheritdoc cref="DrawString(string?, Font, Brush, float, float)"/>
System.Windows.Forms.Design (2)
System\Drawing\Design\ColorEditor.ColorUI.cs (1)
278graphics.DrawString(value.Name, font, foreBrush, die.Bounds.X + 26, die.Bounds.Y);
System\Windows\Forms\Design\TabOrder.cs (1)
289graphics.DrawString(str, font, foreBrush, convertedRectangle.X + 1, convertedRectangle.Y + 1);
TestPassApp (1)
PrintingControls.cs (1)
28e.Graphics.DrawString($"{txtPrint.Text} {_totalNumber}", font, brush, 50, currentY);