Reporter | benjamin schröter (benjamin.schröter) |
---|---|
Created | Mar 2, 2012 1:23:38 PM |
Updated | Apr 16, 2012 10:10:54 PM |
Priority | Critical |
Type | Bug |
Fix versions | No Fix versions |
State | Open |
Assignee | Alexander Shvedov (shvedov) |
Subsystem | No subsystem |
Affected versions | 6.1 |
Fixed in build | No Fixed in build |
I'm using a MultiBinding in WPF with some embedded bindings like this:
<Binding Path="Foo.Symbol"/>
Here I'm binding to the Symbol-property of the Foo-property of the current DataContext. This is valid XAML and works just fine.
But wihtin my Solution there is also an public class call "Foo".
Within the WPF Editor Resharper sees this binding asks with an tooltip "(?) Full.Namespace.Foo (Alt+Enter)". It looks like Resharper thinks this isn't a property but a static class call.
The tooltip never goes away or comes always up again when editing this XAML file and is very annoying.
<Binding Path="Foo.Symbol"/>
Here I'm binding to the Symbol-property of the Foo-property of the current DataContext. This is valid XAML and works just fine.
But wihtin my Solution there is also an public class call "Foo".
Within the WPF Editor Resharper sees this binding asks with an tooltip "(?) Full.Namespace.Foo (Alt+Enter)". It looks like Resharper thinks this isn't a property but a static class call.
The tooltip never goes away or comes always up again when editing this XAML file and is very annoying.