40 instantiations of LinearGradientBrush
System.Drawing (2)
System.Web.DataVisualization (8)
System.Windows.Forms (13)
System.Windows.Forms.DataVisualization (8)
System.Workflow.Activities (1)
System.Workflow.ComponentModel (5)
System.WorkflowServices (3)
System\Workflow\Activities\Design\GradientPanel.cs (2)
90Brush glossBrush = new LinearGradientBrush(new Point(frameRect.Left, frameRect.Top), new Point(frameRect.Left, frameRect.Top + glossHeight + 1), Color.FromArgb(120, 255, 255, 255), Color.FromArgb(60, 255, 255, 255)); // SolidBrush(Color.FromArgb(32, 255, 255, 255));
91Brush frameBrush = new LinearGradientBrush(new Point(frameRect.Left, frameRect.Top), new Point(frameRect.Left, frameRect.Bottom), BaseColor, LightingColor);
42 references to LinearGradientBrush
System.Activities.Presentation (3)
System.Drawing (18)
System.Web.DataVisualization (9)
System.Windows.Forms (3)
System.Windows.Forms.DataVisualization (9)