2 writes to Size
Microsoft.Maui.Controls (2)
Shapes\ArcSegment.cs (1)
20
Size
= size;
Shapes\PathFigureCollectionConverter.cs (1)
293
Size
= new Size(w, h),
8 references to Size
Microsoft.Maui.Controls (8)
Shapes\ArcSegment.cs (2)
30
/// <summary>Bindable property for <see cref="
Size
"/>.</summary>
32
BindableProperty.Create(nameof(
Size
), typeof(Size), typeof(ArcSegment), new Size(0, 0));
Shapes\GeometryHelper.cs (2)
211
arcSeg.
Size
.Width,
212
arcSeg.
Size
.Height,
Shapes\PathFigureCollectionConverter.cs (2)
639
.Append(arcSegment.
Size
.Width)
641
.Append(arcSegment.
Size
.Height)
Shapes\PathGeometry.cs (2)
105
arcSegment.
Size
.Width,
106
arcSegment.
Size
.Height,