1 instantiation of TextTreeRootTextBlock
PresentationFramework (1)
System\Windows\Documents\TextContainer.cs (1)
3188_rootNode.RootTextBlock = new TextTreeRootTextBlock();
11 references to TextTreeRootTextBlock
PresentationFramework (11)
System\Windows\Documents\TextContainer.cs (1)
1855internal TextTreeRootTextBlock RootTextBlock
System\Windows\Documents\TextTreeRootNode.cs (2)
359internal TextTreeRootTextBlock RootTextBlock 465private TextTreeRootTextBlock _rootTextBlock;
System\Windows\Documents\TextTreeText.cs (8)
34internal static void InsertText(TextTreeRootTextBlock rootTextBlock, int offset, object text) 67internal static void RemoveText(TextTreeRootTextBlock rootTextBlock, int offset, int count) 149internal static char[] CutText(TextTreeRootTextBlock rootTextBlock, int offset, int count) 162internal static void ReadText(TextTreeRootTextBlock rootTextBlock, int offset, int count, char[] chars, int startIndex) 190internal static void InsertObject(TextTreeRootTextBlock rootTextBlock, int offset) 197internal static void InsertElementEdges(TextTreeRootTextBlock rootTextBlock, int offset, int childSymbolCount) 211internal static void RemoveElementEdges(TextTreeRootTextBlock rootTextBlock, int offset, int symbolCount) 238private static TextTreeTextBlock FindBlock(TextTreeRootTextBlock rootTextBlock, int offset, out int localOffset)