7 references to InsertText
PresentationFramework (7)
System\Windows\Documents\TextContainer.cs (3)
910
TextTreeText.
InsertText
(_rootNode.RootTextBlock, symbolOffset, text);
1082
TextTreeText.
InsertText
(_rootNode.RootTextBlock, symbolOffset, elementText);
2456
TextTreeText.
InsertText
(tree.RootTextBlock, 1 /* symbolOffset */, elementText);
System\Windows\Documents\TextTreeText.cs (4)
189
InsertText
(rootTextBlock, offset, new string((char)0xffff, 1));
198
InsertText
(rootTextBlock, offset, new string((char)0xbeef, 2));
202
InsertText
(rootTextBlock, offset, new string((char)0xbeef, 1));
203
InsertText
(rootTextBlock, offset + childSymbolCount + 1, new string((char)0x0, 1));