39 references to Prepend
System.Drawing (27)
commonui\System\Drawing\Advanced\LinearGradientBrush.cs (4)
803MultiplyTransform(matrix, MatrixOrder.Prepend); 835{ TranslateTransform(dx, dy, MatrixOrder.Prepend); } 858{ ScaleTransform(sx, sy, MatrixOrder.Prepend); } 884{ RotateTransform(angle, MatrixOrder.Prepend); }
commonui\System\Drawing\Advanced\Matrix.cs (7)
253Multiply(matrix, MatrixOrder.Prepend); 284Translate(offsetX, offsetY, MatrixOrder.Prepend); 308Scale(scaleX, scaleY, MatrixOrder.Prepend); 333Rotate(angle, MatrixOrder.Prepend); 359RotateAt(angle, point, MatrixOrder.Prepend); 374if (order == MatrixOrder.Prepend) { 395int status = SafeNativeMethods.Gdip.GdipShearMatrix(new HandleRef(this, nativeMatrix), shearX, shearY, MatrixOrder.Prepend);
commonui\System\Drawing\Advanced\PathGradientBrush.cs (4)
694MultiplyTransform(matrix, MatrixOrder.Prepend); 726TranslateTransform(dx, dy, MatrixOrder.Prepend); 754ScaleTransform(sx, sy, MatrixOrder.Prepend); 782RotateTransform(angle, MatrixOrder.Prepend);
commonui\System\Drawing\Advanced\TextureBrush.cs (4)
448{ MultiplyTransform(matrix, MatrixOrder.Prepend); } 480{ TranslateTransform(dx, dy, MatrixOrder.Prepend); } 509{ ScaleTransform(sx, sy, MatrixOrder.Prepend); } 538{ RotateTransform(angle, MatrixOrder.Prepend); }
commonui\System\Drawing\Graphics.cs (4)
966MultiplyTransform(matrix, MatrixOrder.Prepend); 991TranslateTransform(dx, dy, MatrixOrder.Prepend); 1018ScaleTransform(sx, sy, MatrixOrder.Prepend); 1036RotateTransform(angle, MatrixOrder.Prepend);
commonui\System\Drawing\Pen.cs (4)
655MultiplyTransform(matrix, MatrixOrder.Prepend); 684TranslateTransform(dx, dy, MatrixOrder.Prepend); 706ScaleTransform(sx, sy, MatrixOrder.Prepend); 730RotateTransform(angle, MatrixOrder.Prepend);
System.Web.DataVisualization (3)
Common\General\Matrix3D.cs (3)
573 Multiply( translationMatrix, MatrixOrder.Prepend, true ); 640 if( order == MatrixOrder.Prepend ) 753 Multiply( rotationMatrix, MatrixOrder.Prepend, true );
System.Windows.Forms.DataVisualization (3)
Common\General\Matrix3D.cs (3)
573 Multiply( translationMatrix, MatrixOrder.Prepend, true ); 640 if( order == MatrixOrder.Prepend ) 753 Multiply( rotationMatrix, MatrixOrder.Prepend, true );
System.Workflow.ComponentModel (6)
AuthoringOM\Design\WorkflowLayouts.cs (5)
151transformationMatrix.Scale(viewPortData.Scaling.Width, viewPortData.Scaling.Height, MatrixOrder.Prepend); 239transformationMatrix.Scale(viewPortData.Scaling.Width, viewPortData.Scaling.Height, MatrixOrder.Prepend); 535coOrdTxMatrix.Scale(viewPortData.Scaling.Width, viewPortData.Scaling.Height, MatrixOrder.Prepend); 608coOrdTxMatrix.Scale(viewPortData.Scaling.Width, viewPortData.Scaling.Height, MatrixOrder.Prepend); 627viewPortMatrix.Scale(viewPortData.Scaling.Width, viewPortData.Scaling.Height, MatrixOrder.Prepend);
AuthoringOM\Design\WorkflowView.cs (1)
1573transformationMatrix.Scale(viewPortData.Scaling.Width, viewPortData.Scaling.Height, MatrixOrder.Prepend);