2 references to RotateTransform
PresentationFramework (1)
src\Framework\System\windows\Documents\CaretElement.cs (1)
669context.PushTransform(new RotateTransform(
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\ConnectorPointsToArrowTransformConverter.cs (1)
23RotateTransform rotateTransform = new RotateTransform(0, double.Parse(parameter.ToString(), CultureInfo.InvariantCulture), double.Parse(parameter.ToString(), CultureInfo.InvariantCulture));