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