internal static MauiAppBuilder RemapForControls(this MauiAppBuilder builder) { // Update the mappings for IView/View to work specifically for Controls Application.RemapForControls(); VisualElement.RemapForControls(); Label.RemapForControls(); Button.RemapForControls(); DatePicker.RemapForControls(); RadioButton.RemapForControls(); FlyoutPage.RemapForControls(); Toolbar.RemapForControls(); Window.RemapForControls(); Editor.RemapForControls(); Entry.RemapForControls(); Picker.RemapForControls(); SearchBar.RemapForControls(); TabbedPage.RemapForControls(); TimePicker.RemapForControls(); Layout.RemapForControls(); ScrollView.RemapForControls(); RefreshView.RemapForControls(); Shape.RemapForControls(); WebView.RemapForControls(); return(builder); }