22 references to Clockwise
PresentationCore (7)
MS\Internal\Ink\StrokeRenderer.cs (1)
963
SweepDirection.
Clockwise
,
MS\Internal\Media\ParserStreamGeometryContext.cs (1)
593
return SweepDirection.
Clockwise
;
src\Microsoft.DotNet.Wpf\src\Shared\MS\Internal\Generated\SweepDirectionValidation.cs (1)
43
(value == SweepDirection.
Clockwise
);
System\Windows\Media\ArcSegment.cs (1)
166
SweepDirection == SweepDirection.
Clockwise
? "1" : "0",
System\Windows\Media\ByteStreamGeometryContext.cs (1)
238
arcToSegment.Sweep = (uint)(sweepDirection == SweepDirection.
Clockwise
? 1 : 0);
System\Windows\Media\ParsersCommon.cs (1)
696
sweep ? SweepDirection.
Clockwise
: SweepDirection.Counterclockwise,
System\Windows\Media\PathGeometry.cs (1)
246
(pSegmentArc->Sweep == 0) ? SweepDirection.Counterclockwise : SweepDirection.
Clockwise
,
PresentationFramework (4)
System\Windows\Controls\Border.cs (4)
730
ctx.ArcTo(rightTop, new Size(radiusX, radiusY), 0, false, SweepDirection.
Clockwise
, true, false);
742
ctx.ArcTo(bottomRight, new Size(radiusX, radiusY), 0, false, SweepDirection.
Clockwise
, true, false);
754
ctx.ArcTo(leftBottom, new Size(radiusX, radiusY), 0, false, SweepDirection.
Clockwise
, true, false);
766
ctx.ArcTo(topLeft, new Size(radiusX, radiusY), 0, false, SweepDirection.
Clockwise
, true, false);
PresentationFramework.Classic (4)
Microsoft\Windows\Themes\ClassicBorderDecorator.cs (4)
1082
figure.Segments.Add(new ArcSegment(new Point(left + outerRadius, top), outerCorner, 0.0, false, SweepDirection.
Clockwise
, true)); //top left rounded corner
1084
figure.Segments.Add(new ArcSegment(new Point(right - outerRadius * 0.293, top + outerRadius * 0.293), outerCorner, 0.0, false, SweepDirection.
Clockwise
, true)); //top right corner
1116
figure.Segments.Add(new ArcSegment(new Point(right, top + outerRadius), outerCorner, 0.0, false, SweepDirection.
Clockwise
, true)); //top right corner
1398
sgc.ArcTo(new Point(10, 2), new Size(4, 4), 0, false, SweepDirection.
Clockwise
, true, false);
PresentationFramework.Luna (2)
Microsoft\Windows\Themes\DataGridHeaderBorder.cs (2)
183
ArcSegment arc = new ArcSegment(new Point(size.Width - 2.5, 2.5), new Size(2.0, 2.0), 90.0, false, SweepDirection.
Clockwise
, true);
191
arc = new ArcSegment(new Point(0.5, 0.5), new Size(2.0, 2.0), 90.0, false, SweepDirection.
Clockwise
, true);
PresentationFramework.Royale (2)
Microsoft\Windows\Themes\DataGridHeaderBorder.cs (2)
112
ArcSegment arc = new ArcSegment(new Point(size.Width - 2.5, 2.5), new Size(2.0, 2.0), 90.0, false, SweepDirection.
Clockwise
, true);
120
arc = new ArcSegment(new Point(0.5, 0.5), new Size(2.0, 2.0), 90.0, false, SweepDirection.
Clockwise
, true);
ReachFramework (3)
Serialization\DrawingContextFlattener.cs (2)
584
if (eSweepDirection == SweepDirection.
Clockwise
)
799
if (fIsLargeArc != (eSweepDirection == SweepDirection.
Clockwise
))
Serialization\VisualSerializer.cs (1)
1188
if (d == SweepDirection.
Clockwise
)