10 references to EnumeratorReachedEnd
PresentationFramework (10)
MS\Internal\Data\CompositeCollectionView.cs (1)
1559throw new InvalidOperationException(SR.EnumeratorReachedEnd);
MS\Internal\Documents\ContentElementCollection.cs (1)
347throw new InvalidOperationException(SR.EnumeratorReachedEnd);
System\Windows\Controls\ColumnDefinition.cs (2)
804throw new InvalidOperationException(SR.EnumeratorReachedEnd); 830throw new InvalidOperationException(SR.EnumeratorReachedEnd);
System\Windows\Controls\Grid.cs (1)
3922throw new InvalidOperationException(SR.EnumeratorReachedEnd);
System\Windows\Controls\RowDefinition.cs (2)
799throw new InvalidOperationException(SR.EnumeratorReachedEnd); 825throw new InvalidOperationException(SR.EnumeratorReachedEnd);
System\Windows\Documents\RangeContentEnumerator.cs (1)
80throw new InvalidOperationException(SR.EnumeratorReachedEnd);
System\Windows\Documents\Table.cs (1)
480throw new InvalidOperationException(SR.EnumeratorReachedEnd);
System\Windows\Documents\TextElementEnumerator.cs (1)
89throw new InvalidOperationException(SR.EnumeratorReachedEnd);