7 references to DrawParentBackground
System.Windows.Forms (4)
System\Windows\Forms\Controls\Buttons\ButtonRenderer.cs (1)
61
t_visualStyleRenderer.
DrawParentBackground
(dc, bounds, childControl);
System\Windows\Forms\Controls\Buttons\CheckBoxRenderer.cs (1)
45
t_visualStyleRenderer.
DrawParentBackground
(g, bounds, childControl);
System\Windows\Forms\Controls\Buttons\RadioButtonRenderer.cs (1)
45
t_visualStyleRenderer.
DrawParentBackground
(g, bounds, childControl);
System\Windows\Forms\Controls\GroupBox\GroupBoxRenderer.cs (1)
55
t_visualStyleRenderer.
DrawParentBackground
(g, bounds, childControl);
System.Windows.Forms.Tests (3)
System\Windows\Forms\VisualStyles\VisualStyleRendererTests.cs (3)
355
renderer.
DrawParentBackground
(graphics, bounds, childControl);
383
renderer.
DrawParentBackground
(graphics, bounds, childControl);
393
Assert.Throws<ArgumentNullException>("dc", () => renderer.
DrawParentBackground
(null, new Rectangle(1, 2, 3, 4), childControl));