3 references to Split
PresentationFramework (3)
System\Windows\Documents\TextContainer.cs (2)
1355node = ((TextTreeTextNode)node).Split(offset - nodeOffset, ElementEdge.AfterEnd); 1453node = ((TextTreeTextNode)node).Split(charOffset - nodeCharOffset, ElementEdge.AfterEnd);
System\Windows\Documents\TextTreeTextNode.cs (1)
123node = Split(edge == ElementEdge.BeforeStart ? 0 : _symbolCount, edge);