I'm using the following xaml to fill the dataContext:
DataContext="{Binding RelativeSource={RelativeSource TemplatedParent}}"
The application works fine, but Cider complains that I must set the Path property. I'm interested in the entire object, and not a specific property though.
I hope there's a way to get the designer support back!!