Checking we're on the UI thread in WPF Get link Facebook X Pinterest Email Other Apps May 18, 2012 Use the Dispatcher.CheckAccess() method. Note; it doesn't appear in intellisense. e.g. if(!Dispatcher.CheckAccess()) { // Invoke. } else { // Normal code } Read more