Force invalidate XAML bindings

Published 8/31/2018 by Christian

To force the System.Windows.Input.CommandManager to raise the System.Windows.Input.CommandManager.RequerySuggested event, call:

System.Windows.Input.CommandManager.InvalidateRequerySuggested();

As always feel to ask or comment.