2 references to CreateRotationRadians
WindowsBase (2)
Base\System\Windows\Media\Matrix.cs (2)
181this *= CreateRotationRadians(angle * (Math.PI/180.0)); 191this = CreateRotationRadians(angle * (Math.PI/180.0)) * this;