How to stop flyout of a unpinned content pane when mouse is hovered in it.
If you're just trying to prevent the flyout when the mouse is over the unpinned tab item then you can register an event handler for the PreviewMouseMove event of the PaneTabItem and mark it handled when the pane is unpinned.E.g.
You may also want to submit a suggestion for adding this as a property setting.