awa5114
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
awa5114 created a post, Refactoring property name in code behind does not propagate to XAML file
I'm trying to refactor the property `MyText` to a new name `HerText` in the following solution: MainWindow.xaml.cs using System.Windows;namespace resharper_refactoring_xaml{ /// <summary> /// I...