When accessing instance variables or properties of a class from within the class itself, do you prepend them with \"this.\"?
this.
No, but then I write a lot of VB ;)
About the only time I'll check this/Me is when I don't remember the exact name of the member or when I need to distinguish it with a function parameter of the same name.