2 writes to SweepDirection
PresentationCore (2)
System\Windows\Media\ArcSegment.cs (1)
44SweepDirection = sweepDirection;
System\Windows\Media\PathStreamGeometryContext.cs (1)
259segment.SweepDirection = sweepDirection;
5 references to SweepDirection
PresentationCore (3)
System\Windows\Media\ArcSegment.cs (3)
79SweepDirection, 123ctx.ArcTo(Point, Size, RotationAngle, IsLargeArc, SweepDirection, IsStroked, IsSmoothJoin); 150SweepDirection == SweepDirection.Clockwise ? "1" : "0",
ReachFramework (2)
Serialization\VisualSerializer.cs (2)
1095WriteAttr("SweepDirection", a.SweepDirection); 1315rslt.Append(Ord(a.SweepDirection));