1 instantiation of TextTreeRootTextBlock
PresentationFramework (1)
System\Windows\Documents\TextContainer.cs (1)
3156_rootNode.RootTextBlock = new TextTreeRootTextBlock();
11 references to TextTreeRootTextBlock
PresentationFramework (11)
System\Windows\Documents\TextContainer.cs (1)
1844internal TextTreeRootTextBlock RootTextBlock
System\Windows\Documents\TextTreeRootNode.cs (2)
357internal TextTreeRootTextBlock RootTextBlock 463private TextTreeRootTextBlock _rootTextBlock;
System\Windows\Documents\TextTreeText.cs (8)
32internal static void InsertText(TextTreeRootTextBlock rootTextBlock, int offset, object text) 65internal static void RemoveText(TextTreeRootTextBlock rootTextBlock, int offset, int count) 147internal static char[] CutText(TextTreeRootTextBlock rootTextBlock, int offset, int count) 160internal static void ReadText(TextTreeRootTextBlock rootTextBlock, int offset, int count, char[] chars, int startIndex) 188internal static void InsertObject(TextTreeRootTextBlock rootTextBlock, int offset) 195internal static void InsertElementEdges(TextTreeRootTextBlock rootTextBlock, int offset, int childSymbolCount) 209internal static void RemoveElementEdges(TextTreeRootTextBlock rootTextBlock, int offset, int symbolCount) 236private static TextTreeTextBlock FindBlock(TextTreeRootTextBlock rootTextBlock, int offset, out int localOffset)