11 references to Scale
System.Web.DataVisualization (2)
Common\Annotation\CalloutAnnotation.cs (2)
1677
matrix.
Scale
(position.Width / _cloudBounds.Width, position.Height / _cloudBounds.Height);
1788
matrix.
Scale
(position.Width / _cloudBounds.Width, position.Height / _cloudBounds.Height);
System.Windows.Forms (1)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
5652
m.
Scale
(-1, (resizeUp ? -1 : 1));
System.Windows.Forms.DataVisualization (2)
Common\Annotation\CalloutAnnotation.cs (2)
1677
matrix.
Scale
(position.Width / _cloudBounds.Width, position.Height / _cloudBounds.Height);
1788
matrix.
Scale
(position.Width / _cloudBounds.Width, position.Height / _cloudBounds.Height);
System.Workflow.ComponentModel (6)
AuthoringOM\Design\WorkflowLayouts.cs (2)
546
coOrdTxMatrix.
Scale
(viewPortData.Scaling.Width / (float)this.parentView.Zoom * 100.0f, viewPortData.Scaling.Height / (float)this.parentView.Zoom * 100.0f);
550
graphicsMatrics.
Scale
((float)this.parentView.Zoom / 100.0f, (float)this.parentView.Zoom / 100.0f);
AuthoringOM\Design\WorkflowView.cs (4)
2056
scalingMatrix.
Scale
(ScaleZoomFactor, ScaleZoomFactor);
2066
scalingMatrix.
Scale
(ScaleZoomFactor, ScaleZoomFactor);
2110
scalingMatrix.
Scale
(ScaleZoomFactor, ScaleZoomFactor);
2132
scalingMatrix.
Scale
(ScaleZoomFactor, ScaleZoomFactor);