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