2 writes to Scaling
System.Workflow.ComponentModel (2)
AuthoringOM\Design\WorkflowView.cs (2)
1041viewPortData.Scaling = new SizeF(ScaleZoomFactor, ScaleZoomFactor); 1537viewPortData.Scaling = new SizeF(1, 1);
14 references to Scaling
System.Workflow.ComponentModel (14)
AuthoringOM\Design\WorkflowLayouts.cs (12)
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); 546coOrdTxMatrix.Scale(viewPortData.Scaling.Width / (float)this.parentView.Zoom * 100.0f, viewPortData.Scaling.Height / (float)this.parentView.Zoom * 100.0f); 608coOrdTxMatrix.Scale(viewPortData.Scaling.Width, viewPortData.Scaling.Height, MatrixOrder.Prepend); 627viewPortMatrix.Scale(viewPortData.Scaling.Width, viewPortData.Scaling.Height, MatrixOrder.Prepend);
AuthoringOM\Design\WorkflowView.cs (2)
1573transformationMatrix.Scale(viewPortData.Scaling.Width, viewPortData.Scaling.Height, MatrixOrder.Prepend);