When referencing class variables, why do people prepend it with this? I\'m not talking about the case when this is used to disambiguate from method
this
I most often see people do this because it triggers the intellisense. I personally prefer to leave off the "this." because it creates more code without any value.