Unplanned
Last Updated: 15 Jun 2017 13:00 by Anthony
Unplanned
Last Updated: 27 Nov 2020 15:42 by ADMIN
Created by: Joshua
Comments: 0
Category: ToolTip
Type: Bug Report
1

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

System.InvalidOperationException
Message: The calling thread cannot access this object because a different thread owns it.

The root cause of the issue are static members in the RadToolService class.