3 references to RenderBackgroundGradient
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ToolStripProfessionalRenderer.cs (3)
903RenderBackgroundGradient(e.Graphics, statusStrip, ColorTable.StatusStripGradientBegin, ColorTable.StatusStripGradientEnd, statusStrip.Orientation); 952RenderBackgroundGradient(e.Graphics, e.ToolStrip, ColorTable.MenuStripGradientBegin, ColorTable.MenuStripGradientEnd, e.ToolStrip.Orientation); 969RenderBackgroundGradient(g,control,beginColor,endColor,Orientation.Horizontal);