36 overrides of CreatePlatformView
Microsoft.AspNetCore.Components.WebView.Maui (1)
Standard\BlazorWebViewHandler.cs (1)
14 protected override object CreatePlatformView() => throw new NotSupportedException();
Microsoft.Maui (32)
Handlers\ActivityIndicator\ActivityIndicatorHandler.Standard.cs (1)
7 protected override object CreatePlatformView() => throw new NotImplementedException();
Handlers\Border\BorderHandler.Standard.cs (1)
7 protected override object CreatePlatformView() => throw new NotImplementedException();
Handlers\Button\ButtonHandler.Standard.cs (1)
7 protected override object CreatePlatformView() => throw new NotImplementedException();
Handlers\CheckBox\CheckBoxHandler.Standard.cs (1)
7 protected override object CreatePlatformView() => throw new NotImplementedException();
Handlers\ContentView\ContentViewHandler.Standard.cs (1)
7 protected override object CreatePlatformView() => throw new NotImplementedException();
Handlers\DatePicker\DatePickerHandler.Standard.cs (1)
7 protected override object CreatePlatformView() => throw new NotImplementedException();
Handlers\Editor\EditorHandler.Standard.cs (1)
7 protected override object CreatePlatformView() => throw new NotImplementedException();
Handlers\Entry\EntryHandler.Standard.cs (1)
7 protected override object CreatePlatformView() => throw new NotImplementedException();
Handlers\FlyoutView\FlyoutViewHandler.Standard.cs (1)
7 protected override object CreatePlatformView()
Handlers\GraphicsView\GraphicsViewHandler.Standard.cs (1)
7 protected override object CreatePlatformView() => throw new NotImplementedException();
Handlers\HybridWebView\HybridWebViewHandler.Standard.cs (1)
7 protected override object CreatePlatformView() => throw new NotImplementedException();
Handlers\Image\ImageHandler.Standard.cs (1)
7 protected override object CreatePlatformView() => throw new NotImplementedException();
Handlers\ImageButton\ImageButtonHandler.Standard.cs (1)
7 protected override object CreatePlatformView() => throw new NotImplementedException();
Handlers\IndicatorView\IndicatorViewHandler.Standard.cs (1)
7 protected override object CreatePlatformView() => throw new NotImplementedException();
Handlers\Label\LabelHandler.Standard.cs (1)
7 protected override object CreatePlatformView() => throw new NotImplementedException();
Handlers\Layout\LayoutHandler.Standard.cs (1)
18 protected override object CreatePlatformView() => throw new NotImplementedException();
Handlers\NavigationPage\NavigationViewHandler.Standard.cs (1)
7 protected override object CreatePlatformView()
Handlers\Picker\PickerHandler.Standard.cs (1)
7 protected override object CreatePlatformView() => throw new NotImplementedException();
Handlers\ProgressBar\ProgressBarHandler.Standard.cs (1)
7 protected override object CreatePlatformView() => throw new NotImplementedException();
Handlers\RadioButton\RadioButtonHandler.Standard.cs (1)
7 protected override object CreatePlatformView() => throw new NotImplementedException();
Handlers\RefreshView\RefreshViewHandler.Standard.cs (1)
9 protected override object CreatePlatformView() => throw new NotImplementedException();
Handlers\ScrollView\ScrollViewHandler.Standard.cs (1)
9 protected override object CreatePlatformView() => throw new NotImplementedException();
Handlers\SearchBar\SearchBarHandler.Standard.cs (1)
7 protected override object CreatePlatformView() => throw new NotImplementedException();
Handlers\ShapeView\ShapeViewHandler.Standard.cs (1)
8 protected override object CreatePlatformView() => throw new NotImplementedException();
Handlers\Slider\SliderHandler.Standard.cs (1)
7 protected override object CreatePlatformView() => throw new NotImplementedException();
Handlers\Stepper\StepperHandler.Standard.cs (1)
7 protected override object CreatePlatformView() => throw new NotImplementedException();
Handlers\SwipeItemView\SwipeItemViewHandler.Standard.cs (1)
7 protected override object CreatePlatformView()
Handlers\SwipeView\SwipeViewHandler.Standard.cs (1)
7 protected override object CreatePlatformView() => throw new NotImplementedException();
Handlers\Switch\SwitchHandler.Standard.cs (1)
7 protected override object CreatePlatformView() => throw new NotImplementedException();
Handlers\TabbedView\TabbedViewHandler.cs (1)
38 protected override PlatformView CreatePlatformView()
Handlers\TimePicker\TimePickerHandler.Standard.cs (1)
7 protected override object CreatePlatformView() => throw new NotImplementedException();
Handlers\WebView\WebViewHandler.Standard.cs (1)
7 protected override object CreatePlatformView() => throw new NotImplementedException();
Microsoft.Maui.Controls (1)
Handlers\Items\ItemsViewHandler.Standard.cs (1)
11 protected override object CreatePlatformView()
Microsoft.Maui.Controls.Compatibility (1)
RendererToHandlerShim.cs (1)
164 protected override PlatformView CreatePlatformView()
Microsoft.Maui.Maps (1)
Handlers\Map\MapHandler.Standard.cs (1)
9 protected override object CreatePlatformView() => throw new NotImplementedException();
2 references to CreatePlatformView
Microsoft.AspNetCore.Components.WebView.Maui (1)
Standard\BlazorWebViewHandler.cs (1)
13 /// <inheritdoc cref="Microsoft.Maui.Handlers.ViewHandler{TVirtualView, TPlatformView}.CreatePlatformView" />
Microsoft.Maui (1)
Handlers\View\ViewHandlerOfT.cs (1)
72 return PlatformViewFactory?.Invoke(this) ?? CreatePlatformView();