1 write to Graphics
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripArrowRenderEventArgs.cs (1)
20
Graphics
= g.OrThrowIfNull();
2 references to Graphics
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripRenderer.cs (1)
615
Graphics g = e.
Graphics
;
System.Windows.Forms.Tests (1)
System\Windows\Forms\ToolStripArrowRenderEventArgsTests.cs (1)
31
Assert.Equal(g, e.
Graphics
);