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)
480 var normalEllipse = new Ellipse 492 var checkMark = new Ellipse
Shapes\StrokeShapeTypeConverter.cs (1)
37 return new Ellipse();
11 references to Ellipse
Microsoft.Maui.Controls (9)
Hosting\AppHostBuilderExtensions.cs (1)
96 handlersCollection.AddHandler<Shapes.Ellipse, ShapeViewHandler>();
RadioButton\RadioButton.cs (8)
480 var normalEllipse = new Ellipse 492 var checkMark = new Ellipse 520 Ellipse.StrokeProperty, 526 Ellipse.StrokeProperty, 535 Ellipse.StrokeProperty, 541 Ellipse.StrokeProperty, 550 Ellipse.FillProperty, 556 Ellipse.FillProperty,
Microsoft.Maui.Controls.Compatibility (2)
iOS\Shapes\EllipseRenderer.cs (2)
12 public class EllipseRenderer : ShapeRenderer<Ellipse, EllipseView> 20 protected override void OnElementChanged(ElementChangedEventArgs<Ellipse> args)