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