Hello,
Are those classes are partial? And each partial type declaration has XML comment with <seealso> tag? If MainForm, for example has two class declarations (in MainForm.cs and MainForm.Designer.cs files) then it will display XML comments from both.
So, for partial types please always use XML comments in one type declaration.