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)
1843
internal
TextTreeRootTextBlock
RootTextBlock
System\Windows\Documents\TextTreeRootNode.cs (2)
356
internal
TextTreeRootTextBlock
RootTextBlock
462
private
TextTreeRootTextBlock
_rootTextBlock;
System\Windows\Documents\TextTreeText.cs (8)
31
internal static void InsertText(
TextTreeRootTextBlock
rootTextBlock, int offset, object text)
64
internal static void RemoveText(
TextTreeRootTextBlock
rootTextBlock, int offset, int count)
146
internal static char[] CutText(
TextTreeRootTextBlock
rootTextBlock, int offset, int count)
159
internal static void ReadText(
TextTreeRootTextBlock
rootTextBlock, int offset, int count, char[] chars, int startIndex)
187
internal static void InsertObject(
TextTreeRootTextBlock
rootTextBlock, int offset)
194
internal static void InsertElementEdges(
TextTreeRootTextBlock
rootTextBlock, int offset, int childSymbolCount)
208
internal static void RemoveElementEdges(
TextTreeRootTextBlock
rootTextBlock, int offset, int symbolCount)
235
private static TextTreeTextBlock FindBlock(
TextTreeRootTextBlock
rootTextBlock, int offset, out int localOffset)