12 overrides of CreatePlatformElement
Microsoft.Maui (10)
Handlers\Application\ApplicationHandler.Standard.cs (1)
7
protected override object
CreatePlatformElement
() => throw new NotImplementedException();
Handlers\MenuBar\MenuBarHandler.Standard.cs (1)
7
protected override object
CreatePlatformElement
()
Handlers\MenuBarItem\MenuBarItemHandler.Standard.cs (1)
7
protected override object
CreatePlatformElement
()
Handlers\MenuFlyoutHandler\MenuFlyoutHandler.Standard.cs (1)
7
protected override object
CreatePlatformElement
()
Handlers\MenuFlyoutItem\MenuFlyoutItemHandler.cs (1)
46
protected override PlatformView
CreatePlatformElement
()
Handlers\MenuFlyoutSeparator\MenuFlyoutSeparatorHandler.cs (1)
39
protected override PlatformView
CreatePlatformElement
()
Handlers\MenuFlyoutSubItem\MenuFlyoutSubItemHandler.Standard.cs (1)
7
protected override object
CreatePlatformElement
()
Handlers\SwipeItemMenuItem\SwipeItemMenuItemHandler.Standard.cs (1)
9
protected override object
CreatePlatformElement
()
Handlers\Toolbar\ToolbarHandler.Standard.cs (1)
7
protected override object
CreatePlatformElement
() => throw new NotImplementedException();
Handlers\Window\WindowHandler.Standard.cs (1)
7
protected override object
CreatePlatformElement
() => throw new NotImplementedException();
Microsoft.Maui.Maps (2)
Handlers\MapElement\MapElementHandler.iOS.cs (1)
10
protected override MKOverlayRenderer
CreatePlatformElement
()
Handlers\MapPin\MapPinHandler.iOS.cs (1)
10
protected override IMKAnnotation
CreatePlatformElement
() => new MKPointAnnotation();
1 reference to CreatePlatformElement
Microsoft.Maui (1)
Handlers\Element\ElementHandlerOfT.cs (1)
46
CreatePlatformElement
();