16 references to Counterclockwise
PresentationCore (7)
MS\Internal\Media\ParserStreamGeometryContext.cs (2)
591
return SweepDirection.
Counterclockwise
;
598
if (sweep == SweepDirection.
Counterclockwise
)
src\Microsoft.DotNet.Wpf\src\Shared\MS\Internal\Generated\SweepDirectionValidation.cs (1)
42
return (value == SweepDirection.
Counterclockwise
) ||
System\Windows\Media\Generated\ArcSegment.cs (2)
266
internal const SweepDirection c_SweepDirection = SweepDirection.
Counterclockwise
;
331
SweepDirection.
Counterclockwise
,
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.Aero (2)
Microsoft\Windows\Themes\ButtonChrome.cs (2)
625
borderFigure.Segments.Add(new ArcSegment(new Point(bounds.Right - 0.5, bounds.Bottom - 2.5), new Size(2.0, 2.0), 0.0, false, SweepDirection.
Counterclockwise
, true));
627
borderFigure.Segments.Add(new ArcSegment(new Point(bounds.Right - 2.5, bounds.Top + 0.5), new Size(2.0, 2.0), 0.0, false, SweepDirection.
Counterclockwise
, true));
PresentationFramework.Aero2 (2)
Microsoft\Windows\Themes\ButtonChrome.cs (2)
625
borderFigure.Segments.Add(new ArcSegment(new Point(bounds.Right - 0.5, bounds.Bottom - 2.5), new Size(2.0, 2.0), 0.0, false, SweepDirection.
Counterclockwise
, true));
627
borderFigure.Segments.Add(new ArcSegment(new Point(bounds.Right - 2.5, bounds.Top + 0.5), new Size(2.0, 2.0), 0.0, false, SweepDirection.
Counterclockwise
, true));
PresentationFramework.Classic (4)
Microsoft\Windows\Themes\ClassicBorderDecorator.cs (4)
1086
figure.Segments.Add(new ArcSegment(new Point(right - outerRadius, top + 1.0), innerCorner, 0.0, false, SweepDirection.
Counterclockwise
, true)); //inner top right rounded corner
1088
figure.Segments.Add(new ArcSegment(new Point(left + 1.0, top + outerRadius), innerCorner, 0.0, false, SweepDirection.
Counterclockwise
, true));//inner top left rounder corner
1114
figure.Segments.Add(new ArcSegment(new Point(right - 1.0 - innerRadius * 0.293, top + 1.0 + innerRadius * 0.293), innerCorner, 0.0, false, SweepDirection.
Counterclockwise
, true)); //inner left rounded corner
1427
sgc.ArcTo(new Point(10, 2), new Size(4, 4), 0, false, SweepDirection.
Counterclockwise
, true, false);
ReachFramework (1)
Serialization\DrawingContextFlattener.cs (1)
839
if (eSweepDirection == SweepDirection.
Counterclockwise
)