5 writes to IsClosed
Microsoft.Maui.Controls (5)
Shapes\GeometryHelper.cs (3)
62
figDst.
IsClosed
= true;
86
figDst.
IsClosed
= true;
100
IsClosed
= figSrc.IsClosed,
Shapes\PathFigureCollectionConverter.cs (1)
310
pathFigure.
IsClosed
= true;
Shapes\RoundRectangleGeometry.cs (1)
92
IsClosed
= true,
6 references to IsClosed
Microsoft.Maui.Controls (5)
Shapes\GeometryHelper.cs (1)
100
IsClosed = figSrc.
IsClosed
,
Shapes\PathFigure.cs (2)
33
/// <summary>Bindable property for <see cref="
IsClosed
"/>.</summary>
35
BindableProperty.Create(nameof(
IsClosed
), typeof(bool), typeof(PathFigure), false);
Shapes\PathFigureCollectionConverter.cs (1)
656
if (pathFigure.
IsClosed
)
Shapes\PathGeometry.cs (1)
92
if (figure.
IsClosed
)
Microsoft.Maui.Controls.Compatibility (1)
Tizen\Extensions\GeometryExtensions.cs (1)
204
if (pathFigure.
IsClosed
)