Synopsis: | Consider giving each logical XAML element a unique name |
Language: | XAML |
Severity Level: | 1 |
Category: | Naming Conventions |
Description: |
It is good practice to consider giving each logical XAML element a unique name. This will make it possible to refer to the elements in code. It will also facilitate debugging, since the unique names will be shown in popular debugging tools such as Snoop. |