A ‘Binding’ can only be set on a DependencyProperty of a DependencyObject
As a side note, it is also worth noting that you will get these binding errors if you copy and paste between objects and forget to change the second typeof(Object) statement. I couldn’t figure out for a good hour why I was getting this error as everything appeared to be defined and correct. I’d moved … Read more