Is there any utility or converter to convert XAML WPF window to .Net 2.0 Windows forms form?
No, and there's unlikely to be anything like this; WPF and WinForms are disparate frameworks, a WPF UI can't really be converted to a WinForms UI due to differences in UI composition, layout differences, different positioning systems, etc.