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)
617
currentTabletToInkTransform.
Scale
(StrokeCollectionSerializer.HimetricToAvalonMultiplier, StrokeCollectionSerializer.HimetricToAvalonMultiplier);
Core\CSharp\System\Windows\Ink\Stroke2.cs (2)
744
innerTransform.
Scale
(xTransform, yTransform);
747
outerTransform.
Scale
((newWidth + HollowLineSize) / newWidth,
PresentationFramework (5)
src\Framework\MS\Internal\Ink\PenCursorManager.cs (1)
420
xf.
Scale
(-1, 1);
src\Framework\System\Windows\Controls\Primitives\Popup.cs (2)
1842
popupTransform.
Scale
(-1.0, 1.0);
1855
popupTransform.
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)
748
matrix.
Scale
(widthScale, heightScale);
PresentationFramework.Luna (1)
Microsoft\Windows\Themes\ScrollChrome.cs (1)
607
matrix.
Scale
(widthScale, heightScale);
PresentationFramework.Royale (1)
Microsoft\Windows\Themes\ScrollChrome.cs (1)
567
matrix.
Scale
(widthScale, heightScale);