support for xaml binding
Are bindings in xaml/wpf supported in the latest ReSharper?
I was testing the latest version (evaluation), but I get errors like 'Cannot resolve symbol'
ItemsSource="{Binding Source={StaticResource EmployerSource}}"
SelectedValue="{Binding Path=Employer}"
Please sign in to leave a comment.
It works for me. Have you set up a design-time data context?
Eg:
Thanks.
Here is more information about using DataContext and DesignInstance
http://blogs.msdn.com/b/wpfsldesigner/archive/2010/06/14/how-to-enable-using-the-binding-builder-in-wpf-and-silverlight-applications.aspx