11 references to InsertTextInRun
PresentationFramework (11)
System\Windows\Controls\AccessText.cs (1)
641
keyEnd.
InsertTextInRun
(nexText);
System\Windows\Controls\TextBox.cs (2)
143
this.TextContainer.End.
InsertTextInRun
(text);
1655
TextContainer.End.
InsertTextInRun
(newText);
System\Windows\Documents\Run.cs (2)
68
this.ContentStart.
InsertTextInRun
(text);
252
contentStart.
InsertTextInRun
(newText);
System\windows\Documents\TextEditorCopyPaste.cs (3)
960
end.
InsertTextInRun
(pastedText.Substring(currentLineStart, i - currentLineStart));
972
end.
InsertTextInRun
(" ");
986
end.
InsertTextInRun
(pastedText.Substring(currentLineStart, pastedText.Length - currentLineStart));
System\Windows\Documents\TextPointer.cs (1)
2773
this.
InsertTextInRun
(textData);
System\Windows\Documents\TextRangeBase.cs (2)
1388
insertionPosition.
InsertTextInRun
(textParagraphs[i]);
1397
insertionPosition.
InsertTextInRun
(" ");