11 references to InsertTextInRun
PresentationFramework (11)
src\Framework\System\Windows\Controls\AccessText.cs (1)
641
keyEnd.
InsertTextInRun
(nexText);
src\Framework\System\Windows\Controls\TextBox.cs (2)
155
this.TextContainer.End.
InsertTextInRun
(text);
1654
TextContainer.End.
InsertTextInRun
(newText);
src\Framework\System\Windows\Documents\Run.cs (2)
75
this.ContentStart.
InsertTextInRun
(text);
262
contentStart.
InsertTextInRun
(newText);
src\Framework\System\windows\Documents\TextEditorCopyPaste.cs (3)
1149
end.
InsertTextInRun
(pastedText.Substring(currentLineStart, i - currentLineStart));
1161
end.
InsertTextInRun
(" ");
1175
end.
InsertTextInRun
(pastedText.Substring(currentLineStart, pastedText.Length - currentLineStart));
src\Framework\System\Windows\Documents\TextPointer.cs (1)
2805
this.
InsertTextInRun
(textData);
src\Framework\System\Windows\Documents\TextRangeBase.cs (2)
1406
insertionPosition.
InsertTextInRun
(textParagraphs[i]);
1415
insertionPosition.
InsertTextInRun
(" ");