Recently I was copying a composite property which I will just have to refer to as Team. (This was on client's code so I have to change all the names)
In class A, Team looked like:
return this.Tom + "-" + this.Dick + "-" + this.Harry;
In class B, Tom, Dick and Harry were called UncleTom, UncleDick and UncleHarry. When I copied the composite property from class A to class B, highlighted Tom in this.Tom and pressed control-J, ReSharper went straight to this.UncleTom - "clever" ReSharper!
Really I should congratulate the developers at Jetbrains for an excellent product.