Unfortunately, this is not the case. However, you can βborrowβ some of the Windows Forms dialog boxes using the Microsoft.Win32 namespace, or you can integrate Windows Forms controls using the WPF System.Windows.Forms.WindowsFormHost element. In addition, you can display Windows Forms dialogs directly by calling the constructor, and then calling the ShowDialog () method.
source
share