11 references to InsertTextInRun
PresentationFramework (11)
System\Windows\Controls\AccessText.cs (1)
640
keyEnd.
InsertTextInRun
(nexText);
System\Windows\Controls\TextBox.cs (2)
149
this.TextContainer.End.
InsertTextInRun
(text);
1661
TextContainer.End.
InsertTextInRun
(newText);
System\Windows\Documents\Run.cs (2)
75
this.ContentStart.
InsertTextInRun
(text);
262
contentStart.
InsertTextInRun
(newText);
System\windows\Documents\TextEditorCopyPaste.cs (3)
972
end.
InsertTextInRun
(pastedText.Substring(currentLineStart, i - currentLineStart));
984
end.
InsertTextInRun
(" ");
998
end.
InsertTextInRun
(pastedText.Substring(currentLineStart, pastedText.Length - currentLineStart));
System\Windows\Documents\TextPointer.cs (1)
2779
this.
InsertTextInRun
(textData);
System\Windows\Documents\TextRangeBase.cs (2)
1392
insertionPosition.
InsertTextInRun
(textParagraphs[i]);
1401
insertionPosition.
InsertTextInRun
(" ");