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