WPF in dynamic plugins

Hi all!
Is it possible to create WPF windows bundled with XAML instead of the classic windows forms in dynamic plugins?

you can open WPF windows of course, but they will not integrate in the vvvv windowing system. in the plugin you can write all things .net allows you to do… but to write WPF guis, i would not go the dynamic plugin way, but use a .net IDE which supports a graphical gui editor.