4 references to DrawString
System.Windows.Forms.Design (3)
System\Drawing\Design\ColorEditor.ColorUI.cs (1)
278graphics.DrawString(value.Name, font, foreBrush, die.Bounds.X + 26, die.Bounds.Y);
System\Drawing\Design\CursorEditor.CursorUI.cs (1)
73e.Graphics.DrawString(text, font, brushText, e.Bounds.X + 36, e.Bounds.Y + (e.Bounds.Height - font.Height) / 2);
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);