When accessing instance variables or properties of a class from within the class itself, do you prepend them with \"this.\"?
this.
We're using ReSharper which manages all of that very well. Most of the time we remove 'this' unless keeping it in a constructor since we typically use constructor parameters with the same name.