2 writes to Point
Microsoft.Maui.Controls (2)
Shapes\ArcSegment.cs (1)
19
Point
= point;
Shapes\PathFigureCollectionConverter.cs (1)
297
Point
= lastPoint
7 references to Point
Microsoft.Maui.Controls (6)
Shapes\ArcSegment.cs (2)
26
/// <summary>Bindable property for <see cref="
Point
"/>.</summary>
28
BindableProperty.Create(nameof(
Point
), typeof(Point), typeof(ArcSegment), new Point(0, 0));
Shapes\GeometryHelper.cs (1)
210
arcSeg.
Point
,
Shapes\PathFigureCollectionConverter.cs (2)
649
.Append(arcSegment.
Point
.X.ToString(CultureInfo.InvariantCulture))
651
.Append(arcSegment.
Point
.Y.ToString(CultureInfo.InvariantCulture))
Shapes\PathGeometry.cs (1)
104
arcSegment.
Point
,
Microsoft.Maui.Controls.Compatibility (1)
Tizen\Extensions\GeometryExtensions.cs (1)
184
arcSegment.
Point
,