2 references to ScaleAt
PresentationCore (1)
Core\CSharp\System\Windows\Media\ScaleTransform.cs (1)
79m.ScaleAt(ScaleX, ScaleY, CenterX, CenterY);
PresentationFramework (1)
src\Framework\System\Windows\Shapes\Shape.cs (1)
568stretchMatrix.ScaleAt(xScale, yScale, geometryBounds.Location.X, geometryBounds.Location.Y);