Steps to reproduce:
Format XAML document containing
XAML<RadioButton Command="{DXCommand '@c.Foo = `Y`'}">
Expected results:
XAML<RadioButton Command="{DXCommand '@c.Foo = `Y`'}">
Current results:
XAML<RadioButton Command="{DXCommand @c.Foo = `Y`}">