Is there a way to get magnetism enabled at the DockSite's edges when using standard MDI? I've tried setting the CanToolWindowsDockXXXX property to True on the DockSite, but that does not seem to work. I'm using v9.1.503. Thanks.
<docking:DockSite x:Name="dockSite1" MagnetismSnapDistance="15" CanToolWindowsDockRight="True">
<docking:Workspace>
<docking:StandardMdiHost x:Name="mdiHost" />
</docking:Workspace>
</docking:DockSite>