5 references to AddedItemNotAtIndex
PresentationFramework (5)
MS\Internal\Data\EnumerableCollectionView.cs (4)
431throw new InvalidOperationException(SR.Format(SR.AddedItemNotAtIndex, index)); 441throw new InvalidOperationException(SR.Format(SR.AddedItemNotAtIndex, index)); 460throw new InvalidOperationException(SR.Format(SR.AddedItemNotAtIndex, oldIndex)); 474throw new InvalidOperationException(SR.Format(SR.AddedItemNotAtIndex, oldIndex));
System\Windows\Data\ListCollectionView.cs (1)
2701throw new InvalidOperationException(SR.Format(SR.AddedItemNotAtIndex, index));