3 references to InsertTextInternal
PresentationFramework (3)
src\Framework\System\Windows\Documents\TextElement.cs (1)
1564tree.InsertTextInternal(new TextPointer(tree, _textElementNode, ElementEdge.BeforeEnd), textData);
src\Framework\System\Windows\Documents\TextPointer.cs (1)
1310_tree.InsertTextInternal(insertPosition, textData);
src\Framework\System\Windows\Documents\TextTreeDeleteContentUndoUnit.cs (1)
355navigator.TextContainer.InsertTextInternal(navigator, _text);