Currently I have a WinForm user control in the Excel CTP, which in turn hosts a WPF user control via an element host. Things are working well except for performance issues.
My question is - is it possible to load the WPF control directly without using a winform wrapper? i.e. expose the WPF user control or window as an active x control that I can pass directly to ICTPFactory::CreateCTP ?
Please note - I am not using VSTO. I am using Microsoft.Office.Core directly.