10 references to LinearColors
System.Activities.Presentation (8)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\PropertyInspectorFontAndColorDictionary.cs (8)
38startingColor.A = drawingBrush.LinearColors[0].A; 39startingColor.R = drawingBrush.LinearColors[0].R; 40startingColor.G = drawingBrush.LinearColors[0].G; 41startingColor.B = drawingBrush.LinearColors[0].B; 43endingColor.A = drawingBrush.LinearColors[1].A; 44endingColor.R = drawingBrush.LinearColors[1].R; 45endingColor.G = drawingBrush.LinearColors[1].G; 46endingColor.B = drawingBrush.LinearColors[1].B;
System.Web.DataVisualization (1)
Common\General\ChartGraphics.cs (1)
4046 brushColor = ((LinearGradientBrush)brush).LinearColors[0];
System.Windows.Forms.DataVisualization (1)
Common\General\ChartGraphics.cs (1)
4046 brushColor = ((LinearGradientBrush)brush).LinearColors[0];