I'm creating an Office Addin which provides various custom dialog windows.
Now I would like to program these with WPF, however, when I want to add a new item, Visual Studio offers me only WinForms. WPF is offered only for adding a custom control, but not for creating a windows form.
==> So, is it possible to use WPF instead of WinForms in Office Addins?