First I created a class file named Bootstrap.cs, then I created another class name Bootstrap.Designer.cs, the awesome part is Bootstrap.Designer.cs become under of first class.

So I decide to create another class called Bootstrap.Sample.cs

But the problem here is the third class not become under of first class.
Is there any list of class naming exist like *.Designer.cs that allowed to be under of first class?