I created a new Forms project in Visual Studio and I have a richtextbox control that I made using the [Designer] that I want to be public static, but every time that I do anything, Visual Studio changes removes the "static" and undoes my changes. It only happens for elements that I created using the designer and I'm wondering if there's a way to disable it for just the richtextbox control? Or any other solutions?
Well right now all I've tried is just manually changing it back to public static every time and it works but then Visual Studio changes it back again later.