10 references to Scale
System.Drawing.Common.Tests (9)
System\Drawing\Drawing2D\LinearGradientBrushTests.cs (1)
791expectedTransform.Scale(sx, sy);
System\Drawing\Drawing2D\MatrixTests.cs (2)
546clone.Scale(scaleX, scaleY); 569AssertExtensions.Throws<ArgumentException>(null, () => disposedMatrix.Scale(1, 2));
System\Drawing\GraphicsTests.cs (2)
1071matrix.Scale(1f / 3, 2); 1376expectedTransform.Scale(sx, sy);
System\Drawing\RegionTests.cs (4)
1013matrix.Scale(5, 6); 1820matrix.Scale(5, 6); 1837matrix.Scale(scaleX, scaleY); 1851matrix.Scale(2, 0.5f);
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.DropDownHolder.cs (1)
238m.Scale(-1, (_resizeUp ? -1 : 1));