I’ve been able to write a simple plugin using Windows Forms that displays a button which popups up a MessageBox. However, I haven’t been able to do the same using WPF. If I inherit from System.Windows.Window and also implement System.Windows.Forms.IWin32Window then it displays but is all grey and the button does not show. Has anyone else been able to use WPF?