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