11 references to EnumeratorNotStarted
PresentationFramework (11)
MS\Internal\Data\CompositeCollectionView.cs (1)
1554throw new InvalidOperationException(SR.EnumeratorNotStarted);
MS\Internal\Documents\ContentElementCollection.cs (1)
343throw new InvalidOperationException(SR.EnumeratorNotStarted);
MS\Internal\Documents\HostedElements.cs (1)
168throw new InvalidOperationException(SR.EnumeratorNotStarted);
System\Windows\Controls\ColumnDefinition.cs (2)
799throw new InvalidOperationException(SR.EnumeratorNotStarted); 825throw new InvalidOperationException(SR.EnumeratorNotStarted);
System\Windows\Controls\Grid.cs (1)
3917throw new InvalidOperationException(SR.EnumeratorNotStarted);
System\Windows\Controls\RowDefinition.cs (2)
794throw new InvalidOperationException(SR.EnumeratorNotStarted); 820throw new InvalidOperationException(SR.EnumeratorNotStarted);
System\Windows\Documents\RangeContentEnumerator.cs (1)
65throw new InvalidOperationException(SR.EnumeratorNotStarted);
System\Windows\Documents\Table.cs (1)
475throw new InvalidOperationException(SR.EnumeratorNotStarted);
System\Windows\Documents\TextElementEnumerator.cs (1)
83throw new InvalidOperationException(SR.EnumeratorNotStarted);