1 instantiation of TextTreeRootTextBlock
PresentationFramework (1)
System\Windows\Documents\TextContainer.cs (1)
3155_rootNode.RootTextBlock = new TextTreeRootTextBlock();
11 references to TextTreeRootTextBlock
PresentationFramework (11)
System\Windows\Documents\TextContainer.cs (1)
1843internal TextTreeRootTextBlock RootTextBlock
System\Windows\Documents\TextTreeRootNode.cs (2)
356internal TextTreeRootTextBlock RootTextBlock 462private TextTreeRootTextBlock _rootTextBlock;
System\Windows\Documents\TextTreeText.cs (8)
31internal static void InsertText(TextTreeRootTextBlock rootTextBlock, int offset, object text) 64internal static void RemoveText(TextTreeRootTextBlock rootTextBlock, int offset, int count) 146internal static char[] CutText(TextTreeRootTextBlock rootTextBlock, int offset, int count) 159internal static void ReadText(TextTreeRootTextBlock rootTextBlock, int offset, int count, char[] chars, int startIndex) 187internal static void InsertObject(TextTreeRootTextBlock rootTextBlock, int offset) 194internal static void InsertElementEdges(TextTreeRootTextBlock rootTextBlock, int offset, int childSymbolCount) 208internal static void RemoveElementEdges(TextTreeRootTextBlock rootTextBlock, int offset, int symbolCount) 235private static TextTreeTextBlock FindBlock(TextTreeRootTextBlock rootTextBlock, int offset, out int localOffset)