3 references to DrawString
Accessibility_Core_App (1)
PrintingControls.cs (1)
28
e.Graphics.
DrawString
($"{txtPrint.Text} {_totalNumber}", font, brush, 50, currentY);
System.Windows.Forms.Design (2)
System\Drawing\Design\ColorEditor.ColorUI.cs (1)
278
graphics.
DrawString
(value.Name, font, foreBrush, die.Bounds.X + 26, die.Bounds.Y);
System\Windows\Forms\Design\TabOrder.cs (1)
289
graphics.
DrawString
(str, font, foreBrush, convertedRectangle.X + 1, convertedRectangle.Y + 1);