Reporter | Jeremy Holt (jholt) |
---|---|
Created | Mar 6, 2011 5:21:36 PM |
Updated | Jan 25, 2012 7:13:07 PM |
Resolved | Jan 25, 2012 2:20:20 PM |
Priority | Major |
Type | Bug |
Fix versions | 6.1 |
State | Fixed |
Assignee | Sergey Coox (coox) |
Subsystem | Code Editing |
Affected versions | No Affected versions |
Fixed in build | 6.5.1.3403 |
Any XAML markup with embedded { incorrectly reports '}' expected
Both of these incorrectly report the same error
<TextBlock HorizontalAlignment="Right" Text="{Binding DebitDisplayValue, StringFormat={}0:#\,##0.00;#\,##0.00;\'\'}" />
<TextBlock HorizontalAlignment="Right" Text="{Binding DebitDisplayValue, StringFormat=0:#\,##0.00;#\,##0.00;\'\'}" />
Both of these incorrectly report the same error
<TextBlock HorizontalAlignment="Right" Text="{Binding DebitDisplayValue, StringFormat={}0:#\,##0.00;#\,##0.00;\'\'}" />
<TextBlock HorizontalAlignment="Right" Text="{Binding DebitDisplayValue, StringFormat=0:#\,##0.00;#\,##0.00;\'\'}" />