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