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