Improved floating dock hosts to include their primary document's title in the containing Window's title bar text. This allows floating documents to be identified easier in the Microsoft Windows taskbar and when using Alt+Tab.
Added new DockSite.ActivateNextTab and ActivatePreviousTab methods, which are called by new Ctrl+PgDn and Ctrl+PgUp keyboard shortcuts respectively.
Added new DockSite.FloatingWindowTitleDelimiter property and the virtual DockSite.GetFloatingDockHostTitle method that can be overridden to further customize the floating dock host title bar text.
Improved support for DockingWindow.ContainerMinSize to influence the minimum size of floating document windows.
Improved focus tracking related to WebView2 controls.
Improved the ToolWindowContainer UIA peer tree to include the title bar panel.
Updated the DockSite.WindowsStateChanged event to be raised slightly earlier in the layout change logic.
Improved the product installer.
Changed the product installer to install shortcuts and samples to folders accessible by all users.