using System.Windows; using GalaSoft.MvvmLight.Threading; using System.ComponentModel; namespace Editor { /// /// Interaction logic for App.xaml /// public partial class App : Application { static App() { DispatcherHelper.Initialize(); } } }