9 references to InsertText
PresentationFramework (9)
System\Windows\Documents\TextTreeText.cs (9)
46insertCount = block.InsertText(localOffset, text, 0, textLength);
281textOffset += neighborBlock.InsertText(neighborBlock.Count, text, textOffset, length);
293textOffset += leftBlock.InsertText(leftBlock.Count, text, textOffset, length);
301rightBlock.InsertText(0, text, textEndOffset, length);
314textOffset += newBlock.InsertText(0, text, textOffset, textEndOffset);
342neighborBlock.InsertText(0, text, textEndOffset - count, textEndOffset);
356rightBlock.InsertText(0, text, textEndOffset - count, textEndOffset);
363textOffset += leftBlock.InsertText(leftBlock.Count, text, textOffset, textEndOffset);
376textOffset += newBlock.InsertText(0, text, textOffset, textEndOffset);