You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1.I cannot rename a button named by x:Name in XAML. Even if I change the x:Name of the button, the reference in the code - behind doesn't change synchronously.
2.When binding to an object data source, if I rename some property names, the references to those properties in XAML don't change synchronously.
How can I fix this in VS2022?
The text was updated successfully, but these errors were encountered:
Refactor rename support is extremely limited in XAML. You would need to use Rename in Files. IIRC, the only thing that works is renaming the code-behind class name and it should rename the x:Class in XAML.
1.I cannot rename a button named by x:Name in XAML. Even if I change the x:Name of the button, the reference in the code - behind doesn't change synchronously.
2.When binding to an object data source, if I rename some property names, the references to those properties in XAML don't change synchronously.
How can I fix this in VS2022?
The text was updated successfully, but these errors were encountered: