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)
1844
internal
TextTreeRootTextBlock
RootTextBlock
System\Windows\Documents\TextTreeRootNode.cs (2)
357
internal
TextTreeRootTextBlock
RootTextBlock
463
private
TextTreeRootTextBlock
_rootTextBlock;
System\Windows\Documents\TextTreeText.cs (8)
32
internal static void InsertText(
TextTreeRootTextBlock
rootTextBlock, int offset, object text)
65
internal static void RemoveText(
TextTreeRootTextBlock
rootTextBlock, int offset, int count)
147
internal static char[] CutText(
TextTreeRootTextBlock
rootTextBlock, int offset, int count)
160
internal static void ReadText(
TextTreeRootTextBlock
rootTextBlock, int offset, int count, char[] chars, int startIndex)
188
internal static void InsertObject(
TextTreeRootTextBlock
rootTextBlock, int offset)
195
internal static void InsertElementEdges(
TextTreeRootTextBlock
rootTextBlock, int offset, int childSymbolCount)
209
internal static void RemoveElementEdges(
TextTreeRootTextBlock
rootTextBlock, int offset, int symbolCount)
236
private static TextTreeTextBlock FindBlock(
TextTreeRootTextBlock
rootTextBlock, int offset, out int localOffset)