3 references to CreateRotationRadians
WindowsBase (3)
Base\System\Windows\Media\Matrix.cs (3)
203this *= CreateRotationRadians(angle * (Math.PI/180.0), centerX, centerY); 215this = CreateRotationRadians(angle * (Math.PI/180.0), centerX, centerY) * this; 775return CreateRotationRadians(angle, /* centerX = */ 0, /* centerY = */ 0);