We have received several requests so far by customers who one way or another ask for the same thing: "Can you make your WPF controls in such a way that later when I convert my WinForms application (which use your WinForms controls) to WPF I wouldn't need to deal with different APIs and inconsistencies?".
In general, this could be achieved if we had:
- the same feature set in these two product lines
- the same API for our WinForms controls and WPF controls
The first point is feasible and we'll do our best to do it.
The second, however, ...