
Improves the cleanup of open document references.
Features
- Added the DockingWindowDefaultLocationEventArgs.FloatingLocation property that specifies the floating location of the docking window when e.ShouldFloat is set in a DockSite.WindowDefaultLocationRequested event handler.
- Improved the cleanup of open document references.
- Improved key processing to allow child controls to handle keys like Esc, thereby preventing the dock site from handling them.
- Improved the DockSite.PrimaryDocumentChanged event to not fire until the end of a batch MVVM items source update.
Fixes
- Fixed a bug that could prevent context menus on child controls from opening in a certain scenario.
- Fixed a bug where adding a docking window via MVVM with IsActive set to true might not result in the docking window being selected.
- Fixed a bug where an exception could be throw when right-clicking within a popup anchored in an AdvancedTabControl.
- Fixed a bug where the correct tab might not be activated properly after doing a batch MVVM items source update.