Reporter | Alex Berezoutsky (fergard) |
---|---|
Created | Feb 21, 2012 3:53:36 PM |
Updated | Feb 29, 2012 5:53:50 PM |
Priority | Critical |
Type | Bug |
Fix versions | Next |
State | Open |
Assignee | Alexander Shvedov (shvedov) |
Subsystem | Language - XAML |
Affected versions | 6.1.1 |
Fixed in build | No Fixed in build |
bug in refactoring: when renaming the namespace, only the first type on the TypeArguments parameter in the XAML file is changed. The second type stays in the old namespace.
Example:
Example:
<UserControl x:TypeArguments="NewNameSpace:TypeOne,OldNameSpace:TypeTwo"> ... </UserControl>