Here is my problem. I have a C # class file loaded in Visual Studio I'm working on. I created a class and created some properties inside the specified class. I destroyed the properties as follows:
I destroy properties with a small +/ button -on each side. I want to collapse each of them, since I have many other classes with properties, and I do not want to see a lot of repeating code (get, set).
Closing them works fine, but after I work on some other classes in a single file, the properties open again so that I can see the code:

. , . / - ? ( Visual Studio 2010 # Express)
.