3 references to TextSchema_CannotSplitElement
PresentationFramework (3)
System\Windows\Documents\Span.cs (2)
116
throw new InvalidOperationException(SR.Format(SR.
TextSchema_CannotSplitElement
, nonMergeableAncestor.GetType().Name));
120
throw new InvalidOperationException(SR.Format(SR.
TextSchema_CannotSplitElement
, nonMergeableAncestor.GetType().Name));
System\Windows\Documents\TextPointer.cs (1)
1431
throw new InvalidOperationException(SR.Format(SR.
TextSchema_CannotSplitElement
, ancestor.GetType().Name));