2 writes to SweepDirection
PresentationCore (2)
Core\CSharp\System\Windows\Media\ArcSegment.cs (1)
62SweepDirection = sweepDirection;
Core\CSharp\System\Windows\Media\PathStreamGeometryContext.cs (1)
278segment.SweepDirection = sweepDirection;
3 references to SweepDirection
PresentationCore (3)
Core\CSharp\System\Windows\Media\ArcSegment.cs (3)
102SweepDirection, 146ctx.ArcTo(Point, Size, RotationAngle, IsLargeArc, SweepDirection, IsStroked, IsSmoothJoin); 173SweepDirection == SweepDirection.Clockwise ? "1" : "0",