SyntaxFix
Write A Post
Hire A Developer
Questions
For some reason Candide's answer didn't build. It was helpful, though, as it led me to find this, which worked perfectly:
System.Windows.Threading.Dispatcher.CurrentDispatcher.Invoke((Action)(() => { //your code here... }));