Name | Checked | Synopsis |
---|
ORG$001
|
 |
Do make the x:Name directive the first property after a XAML type instance |
ORG$002
|
 |
Consider putting the XAML element type and the x:Name together on the first line |
ORG$003
|
 |
Consider putting the Style property on the second line |
ORG$004
|
 |
Consider putting related properties on the same line |
ORG$005
|
 |
Organize properties in the right order |
ORG$006
|
 |
Avoid giving properties a default value |
ORG$007
|
 |
Consider using the concise format for attribute value assignment |
ORG$008
|
 |
Consider using the concise format for assigning the path of a binding expression |
ORG$009
|
 |
Do use spaces instead of tabs in your XAML files |
ORG$010
|
 |
Do use an indentation of four spaces in your XAML files |