2 writes to RotationAngle
PresentationCore (2)
Core\CSharp\System\Windows\Media\ArcSegment.cs (1)
60RotationAngle = rotationAngle;
Core\CSharp\System\Windows\Media\PathStreamGeometryContext.cs (1)
283segment.RotationAngle = rotationAngle;
3 references to RotationAngle
PresentationCore (3)
Core\CSharp\System\Windows\Media\ArcSegment.cs (3)
94Double rotation = RotationAngle; 146ctx.ArcTo(Point, Size, RotationAngle, IsLargeArc, SweepDirection, IsStroked, IsSmoothJoin); 171RotationAngle,