5 references to TextSchema_TheChildElementBelongsToAnotherTreeAlready
PresentationFramework (5)
System\Windows\Documents\FlowDocument.cs (1)
1635
throw new ArgumentException(SR.Format(SR.
TextSchema_TheChildElementBelongsToAnotherTreeAlready
, value.GetType().Name));
System\Windows\Documents\TextElementCollection.cs (3)
253
throw new ArgumentException(SR.Format(SR.
TextSchema_TheChildElementBelongsToAnotherTreeAlready
, this.GetType().Name));
292
throw new ArgumentException(SR.Format(SR.
TextSchema_TheChildElementBelongsToAnotherTreeAlready
, this.GetType().Name));
463
throw new ArgumentException(SR.Format(SR.
TextSchema_TheChildElementBelongsToAnotherTreeAlready
, this.GetType().Name));
System\Windows\Documents\ValidationHelper.cs (1)
115
throw new ArgumentException(SR.Format(SR.
TextSchema_TheChildElementBelongsToAnotherTreeAlready
, child.GetType().Name));