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