FIX. RadDock - NullReference exception when closing a form with floating mdi children
To reproduce:
using System.Windows.Forms;
using Telerik.WinControls.UI.Docking;
namespace Lab.Dock
{
public partial class DockMDIForm : MainForm
{
private RadDock radDock = new RadDock();
public DockMDIForm()
{