17 references to EnumeratorVersionChanged
PresentationFramework (17)
MS\Internal\Controls\ModelTreeEnumerator.cs (1)
119throw new InvalidOperationException(SR.EnumeratorVersionChanged);
MS\Internal\Data\CompositeCollectionView.cs (1)
1593throw new InvalidOperationException(SR.EnumeratorVersionChanged);
MS\Internal\Data\IndexedEnumerable.cs (2)
722throw new InvalidOperationException(SR.EnumeratorVersionChanged); 733throw new InvalidOperationException(SR.EnumeratorVersionChanged);
MS\Internal\Documents\ContentElementCollection.cs (2)
318throw new InvalidOperationException(SR.EnumeratorVersionChanged); 370throw new InvalidOperationException(SR.EnumeratorVersionChanged);
MS\Internal\Navigation\JournalEntryStack.cs (1)
138throw new InvalidOperationException(SR.EnumeratorVersionChanged);
System\Windows\Controls\ColumnDefinition.cs (1)
877throw new InvalidOperationException(SR.EnumeratorVersionChanged);
System\Windows\Controls\RowDefinition.cs (1)
872throw new InvalidOperationException(SR.EnumeratorVersionChanged);
System\Windows\Data\CollectionView.cs (1)
1630throw new InvalidOperationException(SR.EnumeratorVersionChanged);
System\Windows\Documents\RangeContentEnumerator.cs (3)
90throw new InvalidOperationException(SR.EnumeratorVersionChanged); 152throw new InvalidOperationException(SR.EnumeratorVersionChanged); 211throw new InvalidOperationException(SR.EnumeratorVersionChanged);
System\Windows\Documents\Table.cs (2)
428throw new InvalidOperationException(SR.EnumeratorVersionChanged); 491throw new InvalidOperationException(SR.EnumeratorVersionChanged);
System\Windows\Documents\TextElementEnumerator.cs (2)
105throw new InvalidOperationException(SR.EnumeratorVersionChanged); 159throw new InvalidOperationException(SR.EnumeratorVersionChanged);