11 references to InsertTextInRun
PresentationFramework (11)
System\Windows\Controls\AccessText.cs (1)
638
keyEnd.
InsertTextInRun
(nexText);
System\Windows\Controls\TextBox.cs (2)
142
this.TextContainer.End.
InsertTextInRun
(text);
1654
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)
959
end.
InsertTextInRun
(pastedText.Substring(currentLineStart, i - currentLineStart));
971
end.
InsertTextInRun
(" ");
985
end.
InsertTextInRun
(pastedText.Substring(currentLineStart, pastedText.Length - currentLineStart));
System\Windows\Documents\TextPointer.cs (1)
2774
this.
InsertTextInRun
(textData);
System\Windows\Documents\TextRangeBase.cs (2)
1389
insertionPosition.
InsertTextInRun
(textParagraphs[i]);
1398
insertionPosition.
InsertTextInRun
(" ");