2 writes to IsLargeArc
Microsoft.Maui.Controls (2)
Shapes\ArcSegment.cs (1)
23 IsLargeArc = isLargeArc;
Shapes\PathFigureCollectionConverter.cs (1)
295 IsLargeArc = large,
6 references to IsLargeArc
Microsoft.Maui.Controls (5)
Shapes\ArcSegment.cs (2)
42 /// <summary>Bindable property for <see cref="IsLargeArc"/>.</summary> 44 BindableProperty.Create(nameof(IsLargeArc), typeof(bool), typeof(ArcSegment), false);
Shapes\GeometryHelper.cs (1)
214 arcSeg.IsLargeArc,
Shapes\PathFigureCollectionConverter.cs (1)
645 .Append(arcSegment.IsLargeArc ? "1" : "0")
Shapes\PathGeometry.cs (1)
108 arcSegment.IsLargeArc,
Microsoft.Maui.Controls.Compatibility (1)
Tizen\Extensions\GeometryExtensions.cs (1)
188 arcSegment.IsLargeArc,