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