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