Hi actipro support:
I found one problem I am not sure it's caused by my mistake or actipro bug:
When I am using the following code to create the document window and the new created document window is the only document window, the PrimaryWindowChanged event fired (which was not fired in previous version):
DocumentWindow documentWindow = new DocumentWindow(_mainWindowDockSite, "documentwnd", "Document Wnd", null, null)
{
CanClose = true,
};
documentWindow.Open();
Actipro verion i am using is: WPF Studio 2014.1.0602