4 references to CannotWriteToReadOnly
PresentationFramework (4)
MS\Internal\Data\PropertyPathWorker.cs (4)
1581
throw new InvalidOperationException(SR.Format(SR.
CannotWriteToReadOnly
, item.GetType(), pi.Name));
1586
throw new InvalidOperationException(SR.Format(SR.
CannotWriteToReadOnly
, item.GetType(), pd.Name));
1591
throw new InvalidOperationException(SR.Format(SR.
CannotWriteToReadOnly
, item.GetType(), dp.Name));
1596
throw new InvalidOperationException(SR.Format(SR.
CannotWriteToReadOnly
, item.GetType(), dpa.PropertyName));