<docking:DockSite x:Name="dockSite" AutoHidePerContainer="False" >
<docking:Workspace >
<docking:StandardMdiHost x:Name="standardMdiHost" >
<docking:DocumentWindow Title="1111ss1" Width="300" Height="200">
<WindowsFormsHost Name="windowsFormsHost1" HorizontalAlignment="Left" Width="162" Height="120" >
<WindowsFormsHost.Child >
<winform:PictureBox x:Name="pictureBox2" BackColor="DarkRed" Width="100" Height="50" />
</WindowsFormsHost.Child>
</WindowsFormsHost>
</docking:DocumentWindow>
<docking:DocumentWindow Title="222ss22" Width="320" Height="200" >
<Button>Test</Button>
</docking:DocumentWindow>
</docking:StandardMdiHost>
</docking:Workspace>
</docking:DockSite>
<docking:Workspace >
<docking:StandardMdiHost x:Name="standardMdiHost" >
<docking:DocumentWindow Title="1111ss1" Width="300" Height="200">
<WindowsFormsHost Name="windowsFormsHost1" HorizontalAlignment="Left" Width="162" Height="120" >
<WindowsFormsHost.Child >
<winform:PictureBox x:Name="pictureBox2" BackColor="DarkRed" Width="100" Height="50" />
</WindowsFormsHost.Child>
</WindowsFormsHost>
</docking:DocumentWindow>
<docking:DocumentWindow Title="222ss22" Width="320" Height="200" >
<Button>Test</Button>
</docking:DocumentWindow>
</docking:StandardMdiHost>
</docking:Workspace>
</docking:DockSite>