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