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