7 references to CantModifyListSortDescriptionCollection
System.ComponentModel.TypeConverter (7)
System\ComponentModel\ListSortDescriptionCollection.cs (7)
31set => throw new InvalidOperationException(SR.CantModifyListSortDescriptionCollection); 43set => throw new InvalidOperationException(SR.CantModifyListSortDescriptionCollection); 46int IList.Add(object? value) => throw new InvalidOperationException(SR.CantModifyListSortDescriptionCollection); 48void IList.Clear() => throw new InvalidOperationException(SR.CantModifyListSortDescriptionCollection); 54void IList.Insert(int index, object? value) => throw new InvalidOperationException(SR.CantModifyListSortDescriptionCollection); 56void IList.Remove(object? value) => throw new InvalidOperationException(SR.CantModifyListSortDescriptionCollection); 58void IList.RemoveAt(int index) => throw new InvalidOperationException(SR.CantModifyListSortDescriptionCollection);