3 references to RootTextBlock
PresentationFramework (3)
System\Windows\Documents\TextContainer.cs (1)
2483TextTreeText.InsertText(tree.RootTextBlock, 1 /* symbolOffset */, elementText);
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*/);