12 references to Scale
PresentationCore (4)
Core\CSharp\MS\Internal\Ink\EllipticalNodeOperations.cs (1)
70_nodeShapeToCircle.Scale(sx, sy);
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (1)
617currentTabletToInkTransform.Scale(StrokeCollectionSerializer.HimetricToAvalonMultiplier, StrokeCollectionSerializer.HimetricToAvalonMultiplier);
Core\CSharp\System\Windows\Ink\Stroke2.cs (2)
744innerTransform.Scale(xTransform, yTransform); 747outerTransform.Scale((newWidth + HollowLineSize) / newWidth,
PresentationFramework (5)
src\Framework\MS\Internal\Ink\PenCursorManager.cs (1)
420xf.Scale(-1, 1);
src\Framework\System\Windows\Controls\Primitives\Popup.cs (2)
1842popupTransform.Scale(-1.0, 1.0); 1855popupTransform.Scale(transformedUnitX.Length, transformedUnitY.Length);
src\Framework\System\Windows\Standard\DpiHelper.cs (2)
27_transformToDevice.Scale(dpiScaleX, dpiScaleY); 39_transformToDip.Scale(1d / dpiScaleX, 1d / dpiScaleY);
PresentationFramework.Aero (1)
Microsoft\Windows\Themes\ScrollChrome.cs (1)
748matrix.Scale(widthScale, heightScale);
PresentationFramework.Luna (1)
Microsoft\Windows\Themes\ScrollChrome.cs (1)
607matrix.Scale(widthScale, heightScale);
PresentationFramework.Royale (1)
Microsoft\Windows\Themes\ScrollChrome.cs (1)
567matrix.Scale(widthScale, heightScale);