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)
851throw new InvalidOperationException(SR.EnumeratorReachedEnd); 877throw new InvalidOperationException(SR.EnumeratorReachedEnd);
System\Windows\Controls\Grid.cs (1)
3976throw new InvalidOperationException(SR.EnumeratorReachedEnd);
System\Windows\Controls\RowDefinition.cs (2)
846throw new InvalidOperationException(SR.EnumeratorReachedEnd); 872throw 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);