24 references to Elements
System.Drawing (5)
commonui\System\Drawing\Advanced\Matrix.cs (2)
221
get { return
Elements
[4];}
230
get { return
Elements
[5];}
commonui\System\Drawing\Graphics.cs (1)
4144
float[] elements = cumulTransform.
Elements
;
commonui\System\Drawing\GraphicsContext.cs (1)
63
float[] elements = transform.
Elements
;
misc\GDI\WindowsGraphics.cs (1)
187
elements = worldTransf.
Elements
;
System.Web.DataVisualization (2)
Common\General\ChartGraphics.cs (2)
3450
else if (this.Graphics.Transform.
Elements
[0] != 1f ||
3451
this.Graphics.Transform.
Elements
[3] != 1f)
System.Windows.Forms (1)
misc\GDI\WindowsGraphics.cs (1)
187
elements = worldTransf.
Elements
;
System.Windows.Forms.DataVisualization (4)
Common\General\ChartGraphics.cs (2)
3450
else if (this.Graphics.Transform.
Elements
[0] != 1f ||
3451
this.Graphics.Transform.
Elements
[3] != 1f)
WinForm\ChartWinControl.cs (2)
424
float scaleX = e.Graphics.Transform.
Elements
[0];
425
float scaleY = e.Graphics.Transform.
Elements
[3];
System.Workflow.Activities (6)
Common\NativeMethods.cs (6)
335
this.eM11 = transform.
Elements
[0];
336
this.eM12 = transform.
Elements
[1];
337
this.eM21 = transform.
Elements
[2];
338
this.eM22 = transform.
Elements
[3];
339
this.eDx = transform.
Elements
[4];
340
this.eDy = transform.
Elements
[5];
System.Workflow.ComponentModel (6)
Shared\NativeMethods.cs (6)
445
this.eM11 = transform.
Elements
[0];
446
this.eM12 = transform.
Elements
[1];
447
this.eM21 = transform.
Elements
[2];
448
this.eM22 = transform.
Elements
[3];
449
this.eDx = transform.
Elements
[4];
450
this.eDy = transform.
Elements
[5];