9 references to InsertText
PresentationFramework (9)
System\Windows\Documents\TextTreeText.cs (9)
45insertCount = block.InsertText(localOffset, text, 0, textLength);
280textOffset += neighborBlock.InsertText(neighborBlock.Count, text, textOffset, length);
292textOffset += leftBlock.InsertText(leftBlock.Count, text, textOffset, length);
300rightBlock.InsertText(0, text, textEndOffset, length);
313textOffset += newBlock.InsertText(0, text, textOffset, textEndOffset);
341neighborBlock.InsertText(0, text, textEndOffset - count, textEndOffset);
355rightBlock.InsertText(0, text, textEndOffset - count, textEndOffset);
362textOffset += leftBlock.InsertText(leftBlock.Count, text, textOffset, textEndOffset);
375textOffset += newBlock.InsertText(0, text, textOffset, textEndOffset);