3 references to DrawString
System.Web.Mobile (3)
UI\MobileControls\Design\Util\GroupLabel.cs (1)
40
g.
DrawString
(text, Font, foreBrush, 0, 0);
UI\MobileControls\Design\Util\ImageCreator.cs (2)
121
g.
DrawString
(controlID, boldFont, controlTextBrush, 2, 2);
125
g.
DrawString
(" - " + title, normalFont, controlTextBrush, 4 + strPelLen, 2);