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)
1855
internal
TextTreeRootTextBlock
RootTextBlock
System\Windows\Documents\TextTreeRootNode.cs (2)
359
internal
TextTreeRootTextBlock
RootTextBlock
465
private
TextTreeRootTextBlock
_rootTextBlock;
System\Windows\Documents\TextTreeText.cs (8)
34
internal static void InsertText(
TextTreeRootTextBlock
rootTextBlock, int offset, object text)
67
internal static void RemoveText(
TextTreeRootTextBlock
rootTextBlock, int offset, int count)
149
internal static char[] CutText(
TextTreeRootTextBlock
rootTextBlock, int offset, int count)
162
internal static void ReadText(
TextTreeRootTextBlock
rootTextBlock, int offset, int count, char[] chars, int startIndex)
190
internal static void InsertObject(
TextTreeRootTextBlock
rootTextBlock, int offset)
197
internal static void InsertElementEdges(
TextTreeRootTextBlock
rootTextBlock, int offset, int childSymbolCount)
211
internal static void RemoveElementEdges(
TextTreeRootTextBlock
rootTextBlock, int offset, int symbolCount)
238
private static TextTreeTextBlock FindBlock(
TextTreeRootTextBlock
rootTextBlock, int offset, out int localOffset)