-
Notifications
You must be signed in to change notification settings - Fork 333
Open
Labels
Description
Steps to reproduce:
- Download this sample project: https://www.codeproject.com/KB/WPF/483507/Version_03_Edi_RecentFilesTW.zip
- Update AvalonDock version to 3.5.12.
- Drag 'Recent Files' anchorable window and drop it to the document's pane.
- Drag 'File Stats' anchorable window and drop it to the document's pane.
- Close 'File Stats' with X.
- Close 'Recent Files' with X.
- Choose 'Tools' from the menu and click 'RecentFiles'.
- It throws:
System.InvalidCastException: 'Unable to cast object of type 'Xceed.Wpf.AvalonDock.Layout.LayoutAnchorable' to type 'Xceed.Wpf.AvalonDock.Layout.ILayoutPanelElement'.'
Other exception:
- Repeat step 1-6.
- Choose 'Tools' from the menu and click 'Properties'.
- Repeat step 2.
- It throws:
System.ArgumentOutOfRangeException: 'Index must be within the bounds of the List. Parameter name: index'