Summary
As you can see, adding modern controls to existing WPF and WinForms applications can be a great first step in an uplift effort. We have seen how to add one of the wrapped controls to a legacy application to bring some specific Windows 10 functionality to those projects. We also wrapped an entire user control from a UWP project and included it in WPF and WinForms projects. The XAML Islands controls can help you modernize your existing projects without the need to rewrite the entire project right away.
In the next chapter, we will shift our focus back to pure WinUI projects and examine some techniques for debugging our applications.