Seffix, Good question. Local class variables starting with an underscore and all lower case is a coding standard. You will see many Microsoft code examples using this standard.
This standard makes it easy for others to see code snippets and understand that "these" variables are class scoped variables.
Most of the people I work with used to work at Microsoft, so it was natural for our company has adopted their standards.
// Jerry