2 references to DrawText
System.Windows.Forms (2)
System\Windows\Forms\Controls\GroupBox\GroupBox.cs (1)
519
hdc.HDC.
DrawText
(Text, hfont, textRectangle, ForeColor, (TextFormatFlags)flags);
System\Windows\Forms\Rendering\TextRenderer.cs (1)
366
hdc.
DrawText
(text, hfont, bounds, foreColor, flags, backColor);