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