I\'d first like to say I\'m very new to Binding.. I\'ve done some things in WPF already but I never used binding because concept is a bit too hard to understand for me right
To implement reaction on a change, you need to notify about the change. See INotifyPropertyChanged interface. However, you can't use it with a static class. What about a singleton (ideally using some dependency injection container) instead of a static class?