I am the lead developer for a WPF application used internally by my company. It includes an automated error reporting subsystem, and our users occasionally throw this exception:
Stack
trace: at
System.Windows.Controls.ItemContainerGenerator.ContainerFromIndex(Int32 index)
at
Telerik.Windows.Controls.RadTreeView.UpdateTabStopOnSelectionFromUI(IEnumerable`1
selectedItems) at Telerik.Windows.Controls.RadTreeView.OnCollapsed(Object
sender, RadRoutedEventArgs e)
Originally I used a RadTreeView in the application where the users were throwing this exception, but after weeks of trying to track it down unsuccessfully I replaced the control with a stock TreeView. Now there is no RadTreeView *anywhere* the users cause this, but the number of these exceptions hasn't diminished at all.
I am using 2015.1.401.45 release on .NET 4.5.1.