public DockingPane(DockPane dockPane) { _dockPane = dockPane; _floatWindow = new FloatingWindow(dockPane.FloatWindow); }