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