My research is x:Name as global variable. However, Name as local variable. Does that mean x:Name you can call it anywhere in your XAML file but Name is not.
Example:
You can't Binding property Content of Button with Name is "btn" because it outside StackPanel