4 instantiations of Ellipse
Microsoft.Maui.Controls (4)
IndicatorView\IndicatorView.cs (1)
188 IShape IIndicatorView.IndicatorsShape => IndicatorsShape == IndicatorShape.Square ? new Shapes.Rectangle() : new Shapes.Ellipse();
RadioButton\RadioButton.cs (2)
478 var normalEllipse = new Ellipse 490 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)
478 var normalEllipse = new Ellipse 490 var checkMark = new Ellipse 518 Ellipse.StrokeProperty, 524 Ellipse.StrokeProperty, 533 Ellipse.StrokeProperty, 539 Ellipse.StrokeProperty, 548 Ellipse.FillProperty, 554 Ellipse.FillProperty,