1 instantiation of TextTreeRootTextBlock
PresentationFramework (1)
src\Framework\System\Windows\Documents\TextContainer.cs (1)
3204_rootNode.RootTextBlock = new TextTreeRootTextBlock();
11 references to TextTreeRootTextBlock
PresentationFramework (11)
src\Framework\System\Windows\Documents\TextContainer.cs (1)
1870internal TextTreeRootTextBlock RootTextBlock
src\Framework\System\Windows\Documents\TextTreeRootNode.cs (2)
365internal TextTreeRootTextBlock RootTextBlock 471private TextTreeRootTextBlock _rootTextBlock;
src\Framework\System\Windows\Documents\TextTreeText.cs (8)
39internal static void InsertText(TextTreeRootTextBlock rootTextBlock, int offset, object text) 72internal static void RemoveText(TextTreeRootTextBlock rootTextBlock, int offset, int count) 154internal static char[] CutText(TextTreeRootTextBlock rootTextBlock, int offset, int count) 167internal static void ReadText(TextTreeRootTextBlock rootTextBlock, int offset, int count, char[] chars, int startIndex) 195internal static void InsertObject(TextTreeRootTextBlock rootTextBlock, int offset) 202internal static void InsertElementEdges(TextTreeRootTextBlock rootTextBlock, int offset, int childSymbolCount) 216internal static void RemoveElementEdges(TextTreeRootTextBlock rootTextBlock, int offset, int symbolCount) 243private static TextTreeTextBlock FindBlock(TextTreeRootTextBlock rootTextBlock, int offset, out int localOffset)