2 references to CreateScaling
WindowsBase (2)
Base\System\Windows\Media\Matrix.cs (2)
247
this *=
CreateScaling
(scaleX, scaleY, centerX, centerY);
259
this =
CreateScaling
(scaleX, scaleY, centerX, centerY) * this;