TreeView: IndexOutOfRangeException when theme is changed and then (remove + add) operation is performed in the source collection.
Silverlight only bug.
TreeView is bound to observable collection of strings.
Theme is changed. Then 10 times is done (remove + add) operation in the source collection.
IndexOutOfRangeException is thrown in Set method of IndexTree.cs.