I'm working on a WPF ATF project, and cleaning up some functionality around open documents, and editors, etc.
I noticed a bug in the WPF sample app where if the user closes a document by clicking the Close button ('X' in the upper right corner of the document area), it hides the editor, but does not actually process a close on the document. I'm looking into a fix, but it appears that it might actually be a bug in the Atf.Gui.Wpf project, rather than the sample app itself. So I had some questions to help me track it down.
It looks like the Atf.Gui.WinForms project is using the DockPanelSuite (Weifen Luo) as it's docking solution, but near as I can tell, it looks like the docking for Atf.Gui.Wpf is done from scratch, all in the Atf.Gui.Wpf.Docking namespace. Is this true?
I just want to make sure I am looking at all of the documentation before I go changing/adding things to the docking code.
Thanks,
Jason