4 instantiations of Ellipse
Microsoft.Maui.Controls (4)
IndicatorView\IndicatorView.cs (1)
191 IShape IIndicatorView.IndicatorsShape => IndicatorsShape == IndicatorShape.Square ? new Shapes.Rectangle() : new Shapes.Ellipse();
RadioButton\RadioButton.cs (2)
472 var normalEllipse = new Ellipse 484 var checkMark = new Ellipse
Shapes\StrokeShapeTypeConverter.cs (1)
37 return new Ellipse();
9 references to Ellipse
Microsoft.Maui.Controls (9)
Hosting\AppHostBuilderExtensions.cs (1)
96 handlersCollection.AddHandler<Shapes.Ellipse, ShapeViewHandler>();
RadioButton\RadioButton.cs (8)
472 var normalEllipse = new Ellipse 484 var checkMark = new Ellipse 512 Ellipse.StrokeProperty, 518 Ellipse.StrokeProperty, 527 Ellipse.StrokeProperty, 533 Ellipse.StrokeProperty, 542 Ellipse.FillProperty, 548 Ellipse.FillProperty,