1 write to Graphics
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripContentPanelRenderEventArgs.cs (1)
15Graphics = g.OrThrowIfNull();
3 references to Graphics
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolstripProfessionalRenderer.cs (1)
822e.Graphics.Clear(ColorTable.ToolStripContentPanelGradientEnd);
System.Windows.Forms.Tests (2)
System\Windows\Forms\ToolStripContentPanelRenderEventArgsTests.cs (1)
34Assert.Equal(graphics, e.Graphics);
System\Windows\Forms\ToolStripContentPanelTests.cs (1)
1867Assert.Same(graphics, e.Graphics);