3 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)
79e.Graphics.DrawString(text, font, brushText, e.Bounds.X + _cursorWidth + 4, e.Bounds.Y + (e.Bounds.Height - font.Height) / 2);
System\Windows\Forms\Design\TabOrder.cs (1)
286graphics.DrawString(str, font, foreBrush, convertedRectangle.X + 1, convertedRectangle.Y + 1);