1 instantiation of MauiShapeView
Microsoft.Maui (1)
Handlers\ShapeView\ShapeViewHandler.iOS.cs (1)
8 => new MauiShapeView();
10 references to MauiShapeView
Microsoft.Maui (6)
Handlers\ShapeView\IShapeViewHandler.cs (2)
2using PlatformView = Microsoft.Maui.Platform.MauiShapeView; 18 new PlatformView PlatformView { get; }
Handlers\ShapeView\ShapeViewHandler.cs (2)
2using PlatformView = Microsoft.Maui.Platform.MauiShapeView; 53 PlatformView IShapeViewHandler.PlatformView => PlatformView;
Handlers\ShapeView\ShapeViewHandler.iOS.cs (2)
5 public partial class ShapeViewHandler : ViewHandler<IShapeView, MauiShapeView> 7 protected override MauiShapeView CreatePlatformView()
Microsoft.Maui.Controls (4)
Handlers\Shapes\Polygon\PolygonHandler.iOS.cs (2)
9 protected override void ConnectHandler(MauiShapeView nativeView) 17 protected override void DisconnectHandler(MauiShapeView nativeView)
Handlers\Shapes\Polyline\PolylineHandler.iOS.cs (2)
9 protected override void ConnectHandler(MauiShapeView nativeView) 17 protected override void DisconnectHandler(MauiShapeView nativeView)