7 references to InsertText
PresentationFramework (7)
src\Framework\System\Windows\Documents\TextContainer.cs (3)
931TextTreeText.InsertText(_rootNode.RootTextBlock, symbolOffset, text); 1106TextTreeText.InsertText(_rootNode.RootTextBlock, symbolOffset, elementText); 2498TextTreeText.InsertText(tree.RootTextBlock, 1 /* symbolOffset */, elementText);
src\Framework\System\Windows\Documents\TextTreeText.cs (4)
197InsertText(rootTextBlock, offset, new string((char)0xffff, 1)); 206InsertText(rootTextBlock, offset, new string((char)0xbeef, 2)); 210InsertText(rootTextBlock, offset, new string((char)0xbeef, 1)); 211InsertText(rootTextBlock, offset + childSymbolCount + 1, new string((char)0x0, 1));