2 writes to RotationAngle
PresentationCore (2)
System\Windows\Media\ArcSegment.cs (1)
58RotationAngle = rotationAngle;
System\Windows\Media\PathStreamGeometryContext.cs (1)
280segment.RotationAngle = rotationAngle;
5 references to RotationAngle
PresentationCore (3)
System\Windows\Media\ArcSegment.cs (3)
87Double rotation = RotationAngle; 139ctx.ArcTo(Point, Size, RotationAngle, IsLargeArc, SweepDirection, IsStroked, IsSmoothJoin); 164RotationAngle,
ReachFramework (2)
Serialization\VisualSerializer.cs (2)
1100WriteAttr("RotationAngle", a.RotationAngle); 1318rslt.Append(a.RotationAngle);