I\'ve seen other questions that deal with this, but never any explicit code describing the fix. I can\'t get a button inside of my ItemTemplate to bind to ANY command anywhe
The button in the datatemplate should bind to command PauseCommand since it's datacontext is PrinterViewModel and not MainWindowViewModel. If you look in the debug output VS will clearly tell you that.