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