18 references to Factors
System.Drawing (6)
commonui\System\Drawing\Advanced\LinearGradientBrush.cs (3)
438Marshal.Copy(factors, blend.Factors, 0, count); 457int count = blend.Factors.Length; 467Marshal.Copy(blend.Factors, 0, factors, count);
commonui\System\Drawing\Advanced\PathGradientBrush.cs (3)
394Marshal.Copy(factors, blend.Factors, 0, count); 414int count = blend.Factors.Length; 424Marshal.Copy(blend.Factors, 0, factors, count);
System.Web.DataVisualization (6)
Common\General\ChartGraphics.cs (6)
5219 blend.Factors[0] = 0f; 5221 blend.Factors[1] = 1f; 5223 blend.Factors[2] = 1f; 5256 blend.Factors[0] = 0f; 5258 blend.Factors[1] = 1f; 5260 blend.Factors[2] = 1f;
System.Windows.Forms.DataVisualization (6)
Common\General\ChartGraphics.cs (6)
5219 blend.Factors[0] = 0f; 5221 blend.Factors[1] = 1f; 5223 blend.Factors[2] = 1f; 5256 blend.Factors[0] = 0f; 5258 blend.Factors[1] = 1f; 5260 blend.Factors[2] = 1f;