18 references to Factors
System.Drawing (6)
commonui\System\Drawing\Advanced\LinearGradientBrush.cs (3)
438
Marshal.Copy(factors, blend.
Factors
, 0, count);
457
int count = blend.
Factors
.Length;
467
Marshal.Copy(blend.
Factors
, 0, factors, count);
commonui\System\Drawing\Advanced\PathGradientBrush.cs (3)
394
Marshal.Copy(factors, blend.
Factors
, 0, count);
414
int count = blend.
Factors
.Length;
424
Marshal.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;