Several WPF windows are created - each on different UI thread.
RadToolTipService is used in each window to show tooltips.
When user moves the mouse over all windows - an exceptions occur
The root cause of the issue are static members in the RadToolService class.