You can convert instance variables to properties and vice versa, and have all their usages updated automatically.

For example, in the code fragment below, you could select an instance variable

Convert to property

and then select Refactor | Convert to Property.

This would result in the following:

Converted to property