2 writes to SweepDirection
Microsoft.Maui.Controls (2)
Shapes\ArcSegment.cs (1)
22 SweepDirection = sweepDirection;
Shapes\PathFigureCollectionConverter.cs (1)
296 SweepDirection = sweep ? SweepDirection.Clockwise : SweepDirection.CounterClockwise,
6 references to SweepDirection
Microsoft.Maui.Controls (5)
Shapes\ArcSegment.cs (2)
38 /// <summary>Bindable property for <see cref="SweepDirection"/>.</summary> 40 BindableProperty.Create(nameof(SweepDirection), typeof(SweepDirection), typeof(ArcSegment), SweepDirection.CounterClockwise);
Shapes\GeometryHelper.cs (1)
215 arcSeg.SweepDirection == SweepDirection.CounterClockwise,
Shapes\PathFigureCollectionConverter.cs (1)
647 .Append(arcSegment.SweepDirection == SweepDirection.Clockwise ? "1" : "0")
Shapes\PathGeometry.cs (1)
109 arcSegment.SweepDirection == SweepDirection.CounterClockwise,
Microsoft.Maui.Controls.Compatibility (1)
iOS\Extensions\GeometryExtensions.cs (1)
183 arcSegment.SweepDirection == SweepDirection.CounterClockwise,