3 references to ReadText
PresentationFramework (3)
System\Windows\Documents\TextPointer.cs (1)
1810TextTreeText.ReadText(textContainer.RootTextBlock, symbolOffset, finalCount, textBuffer, startIndex);
System\Windows\Documents\TextTreeDeleteContentUndoUnit.cs (1)
244TextTreeText.ReadText(this.TextContainer.RootTextBlock, symbolOffset, count, text, 0 /*startIndex*/);
System\Windows\Documents\TextTreeText.cs (1)
155ReadText(rootTextBlock, offset, count, text, 0);