2 references to CreateScaling
WindowsBase (2)
Base\System\Windows\Media\Matrix.cs (2)
225this *= CreateScaling(scaleX, scaleY); 235this = CreateScaling(scaleX, scaleY) * this;