2 writes to RotationAngle
PresentationCore (2)
System\Windows\Media\ArcSegment.cs (1)
42RotationAngle = rotationAngle;
System\Windows\Media\PathStreamGeometryContext.cs (1)
263segment.RotationAngle = rotationAngle;
5 references to RotationAngle
PresentationCore (3)
System\Windows\Media\ArcSegment.cs (3)
71Double rotation = RotationAngle; 123ctx.ArcTo(Point, Size, RotationAngle, IsLargeArc, SweepDirection, IsStroked, IsSmoothJoin); 148RotationAngle,
ReachFramework (2)
Serialization\VisualSerializer.cs (2)
1092WriteAttr("RotationAngle", a.RotationAngle); 1310rslt.Append(a.RotationAngle);