Name | Checked | Synopsis |
---|
NAM$001
|
 |
Do use US English |
NAM$002
|
 |
Consider giving each logical XAML element a unique name |
NAM$003
|
 |
Do use x:Name instead of Name to give XAML elements a unique name |
NAM$004
|
 |
Do use x:Key to give resources a unique name |
NAM$005
|
 |
Avoid giving a XAML element both an x:Key and an x:Name |
NAM$006
|
 |
Do use camel casing for the x:Name |
NAM$007
|
 |
Do use Pascal casing for the x:Key |
NAM$008
|
 |
Do postfix the x:Name with the type of the XAML element |
NAM$009
|
 |
Do postfix the x:Key with the type of the XAML element |
NAM$010
|
|
Consider providing meaningful names for your XAML elements |
NAM$011
|
|
Do prefix the x:Name of template parts with PART_ |
NAM$012
|
 |
Consider using brief or abbreviated namespace aliases |
NAM$014
|
 |
Do use lowercase letters for namespace aliases |
NAM$015
|
 |
Consider using the same namespace aliases throughout your project |