1 write to graphics
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DrawListViewColumnHeaderEventArgs.cs (1)
43this.graphics = graphics;
9 references to graphics
System.Windows.Forms (9)
winforms\Managed\System\WinForms\DrawListViewColumnHeaderEventArgs.cs (9)
73return graphics; 155vsr.DrawBackground(graphics, bounds); 159graphics.FillRectangle(backBrush, bounds); 171graphics.DrawRectangle(SystemPens.ControlDarkDark, r); 178graphics.DrawLine(SystemPens.ControlLightLight, r.X, r.Y, r.Right, r.Y); 179graphics.DrawLine(SystemPens.ControlLightLight, r.X, r.Y, r.X, r.Bottom); 183graphics.DrawLine(SystemPens.ControlDark, r.X + 1, r.Bottom, r.Right, r.Bottom); 184graphics.DrawLine(SystemPens.ControlDark, r.Right, r.Y + 1, r.Right, r.Bottom); 215TextRenderer.DrawText(graphics, text, font, newBounds, foreColor, flags);