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)
846throw new InvalidOperationException(SR.EnumeratorNotStarted); 872throw new InvalidOperationException(SR.EnumeratorNotStarted);
System\Windows\Controls\Grid.cs (1)
3971throw new InvalidOperationException(SR.EnumeratorNotStarted);
System\Windows\Controls\RowDefinition.cs (2)
841throw new InvalidOperationException(SR.EnumeratorNotStarted); 867throw 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);