there is no current migration tool, you must do it manually. at this point MAUI is mostly namespace changes from Xamarin, so migrating to MAUI is about the same. see this doc for Xamarin vs WPF
https://learn.microsoft.com/en-us/xamarin/cross-platform/desktop/controls/wpf?source=recommendations
basically you will need to recreate the UI with Maui/Xamarin forms Xaml, and adjust the binding code.