1 instantiation of TextTreeRootTextBlock
PresentationFramework (1)
src\Framework\System\Windows\Documents\TextContainer.cs (1)
3204
_rootNode.RootTextBlock = new
TextTreeRootTextBlock
();
11 references to TextTreeRootTextBlock
PresentationFramework (11)
src\Framework\System\Windows\Documents\TextContainer.cs (1)
1870
internal
TextTreeRootTextBlock
RootTextBlock
src\Framework\System\Windows\Documents\TextTreeRootNode.cs (2)
365
internal
TextTreeRootTextBlock
RootTextBlock
471
private
TextTreeRootTextBlock
_rootTextBlock;
src\Framework\System\Windows\Documents\TextTreeText.cs (8)
39
internal static void InsertText(
TextTreeRootTextBlock
rootTextBlock, int offset, object text)
72
internal static void RemoveText(
TextTreeRootTextBlock
rootTextBlock, int offset, int count)
154
internal static char[] CutText(
TextTreeRootTextBlock
rootTextBlock, int offset, int count)
167
internal static void ReadText(
TextTreeRootTextBlock
rootTextBlock, int offset, int count, char[] chars, int startIndex)
195
internal static void InsertObject(
TextTreeRootTextBlock
rootTextBlock, int offset)
202
internal static void InsertElementEdges(
TextTreeRootTextBlock
rootTextBlock, int offset, int childSymbolCount)
216
internal static void RemoveElementEdges(
TextTreeRootTextBlock
rootTextBlock, int offset, int symbolCount)
243
private static TextTreeTextBlock FindBlock(
TextTreeRootTextBlock
rootTextBlock, int offset, out int localOffset)