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