2 references to DrawText
System.Windows.Forms.Tests (2)
System\Windows\Forms\VisualStyles\VisualStyleRendererTests.cs (2)
420
renderer.
DrawText
(graphics, bounds, textToDraw);
491
Assert.Throws<ArgumentNullException>("dc", () => renderer.
DrawText
(null, new Rectangle(1, 2, 3, 4), "text"));