7 references to Scale
System.Drawing (1)
commonui\System\Drawing\Advanced\Matrix.cs (1)
308Scale(scaleX, scaleY, MatrixOrder.Prepend);
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);