Without additional information I can only guess. The only possible explanation based on the information available is that the InitializeComponent
method is being called recursively. Perhaps it would help if you update the question and show how (and everywhere) the InitializeComponent
method is being called.
In your image look in the toolbar for Stack Frame:
. It is at the second row under the search box. While debugging click on the stack frame to open the drop-down. If you can post an image of that then that will help. It might show the InitializeComponent
method being called multiple times.