7 references to Scale
System.Drawing (1)
commonui\System\Drawing\Advanced\Matrix.cs (1)
308
Scale
(scaleX, scaleY, MatrixOrder.Prepend);
System.Workflow.ComponentModel (6)
AuthoringOM\Design\WorkflowLayouts.cs (5)
151
transformationMatrix.
Scale
(viewPortData.Scaling.Width, viewPortData.Scaling.Height, MatrixOrder.Prepend);
239
transformationMatrix.
Scale
(viewPortData.Scaling.Width, viewPortData.Scaling.Height, MatrixOrder.Prepend);
535
coOrdTxMatrix.
Scale
(viewPortData.Scaling.Width, viewPortData.Scaling.Height, MatrixOrder.Prepend);
608
coOrdTxMatrix.
Scale
(viewPortData.Scaling.Width, viewPortData.Scaling.Height, MatrixOrder.Prepend);
627
viewPortMatrix.
Scale
(viewPortData.Scaling.Width, viewPortData.Scaling.Height, MatrixOrder.Prepend);
AuthoringOM\Design\WorkflowView.cs (1)
1573
transformationMatrix.
Scale
(viewPortData.Scaling.Width, viewPortData.Scaling.Height, MatrixOrder.Prepend);