WPF Binding Error reported when Binding appears to work fine
- by Noldorin
I am trying to create a custom TabItem template/style in my WPF 4.0 application (using VS 2010 Pro RTM), but inspite of everything seeming to work correctly, I am noticing a binding error in the trace window.
The resource dictionary XAML I use to style the TabItems of a TabControl is given in full here. (Just create a simple TabControl with…