src\Framework\System\Windows\Documents\TextTreeText.cs (9)
53insertCount = block.InsertText(localOffset, text, 0, textLength);
288textOffset += neighborBlock.InsertText(neighborBlock.Count, text, textOffset, length);
300textOffset += leftBlock.InsertText(leftBlock.Count, text, textOffset, length);
308rightBlock.InsertText(0, text, textEndOffset, length);
321textOffset += newBlock.InsertText(0, text, textOffset, textEndOffset);
349neighborBlock.InsertText(0, text, textEndOffset - count, textEndOffset);
363rightBlock.InsertText(0, text, textEndOffset - count, textEndOffset);
370textOffset += leftBlock.InsertText(leftBlock.Count, text, textOffset, textEndOffset);
383textOffset += newBlock.InsertText(0, text, textOffset, textEndOffset);