I have the following code. The PropertyChanged event is being called but the getter and setter is not. I can\'t for the life of me see why not. I have other properties where
XAML will invoke the SetValue and GetValue methods directly, which is why you shouldn't place any logic in your static Set/Get methods, but use a property changed handler instead.