2 writes to SweepDirection
PresentationCore (2)
System\Windows\Media\ArcSegment.cs (1)
43SweepDirection = sweepDirection;
System\Windows\Media\PathStreamGeometryContext.cs (1)
258segment.SweepDirection = sweepDirection;
5 references to SweepDirection
PresentationCore (3)
System\Windows\Media\ArcSegment.cs (3)
78SweepDirection, 122ctx.ArcTo(Point, Size, RotationAngle, IsLargeArc, SweepDirection, IsStroked, IsSmoothJoin); 149SweepDirection == SweepDirection.Clockwise ? "1" : "0",
ReachFramework (2)
Serialization\VisualSerializer.cs (2)
1094WriteAttr("SweepDirection", a.SweepDirection); 1314rslt.Append(Ord(a.SweepDirection));