If you ever wondered how many lines your code is, you can easily get such information (along with other -arguably more important- bits) by hitting the Calculate Code Metrics.
Right click on the project, half way down the pop up window, you will notice the option “Calculate Code Metrics”.
This should bring up the window that displays information about the Lines of Code, the Maintainability Index, the Cyclomatic Complexity, the Depth of Inheritance, and the Class Coupling.
eg.