2 writes to SweepDirection
PresentationCore (2)
System\Windows\Media\ArcSegment.cs (1)
60SweepDirection = sweepDirection;
System\Windows\Media\PathStreamGeometryContext.cs (1)
275segment.SweepDirection = sweepDirection;
5 references to SweepDirection
PresentationCore (3)
System\Windows\Media\ArcSegment.cs (3)
95SweepDirection, 139ctx.ArcTo(Point, Size, RotationAngle, IsLargeArc, SweepDirection, IsStroked, IsSmoothJoin); 166SweepDirection == SweepDirection.Clockwise ? "1" : "0",
ReachFramework (2)
Serialization\VisualSerializer.cs (2)
1102WriteAttr("SweepDirection", a.SweepDirection); 1322rslt.Append(Ord(a.SweepDirection));