9 references to InsertText
PresentationFramework (9)
System\Windows\Documents\TextTreeText.cs (9)
48insertCount = block.InsertText(localOffset, text, 0, textLength); 283textOffset += neighborBlock.InsertText(neighborBlock.Count, text, textOffset, length); 295textOffset += leftBlock.InsertText(leftBlock.Count, text, textOffset, length); 303rightBlock.InsertText(0, text, textEndOffset, length); 316textOffset += newBlock.InsertText(0, text, textOffset, textEndOffset); 344neighborBlock.InsertText(0, text, textEndOffset - count, textEndOffset); 358rightBlock.InsertText(0, text, textEndOffset - count, textEndOffset); 365textOffset += leftBlock.InsertText(leftBlock.Count, text, textOffset, textEndOffset); 378textOffset += newBlock.InsertText(0, text, textOffset, textEndOffset);