5 implementations of InsertTextInRun
PresentationFramework (5)
System\Windows\Controls\PasswordTextNavigator.cs (1)
379void ITextPointer.InsertTextInRun(string textData)
System\Windows\Documents\DocumentSequenceTextPointer.cs (1)
233void ITextPointer.InsertTextInRun(string textData)
System\Windows\Documents\FixedTextPointer.cs (1)
499void ITextPointer.InsertTextInRun(string textData)
System\Windows\Documents\NullTextNavigator.cs (1)
314void ITextPointer.InsertTextInRun(string textData)
System\Windows\Documents\TextPointer.cs (1)
2777void ITextPointer.InsertTextInRun(string textData)
4 references to InsertTextInRun
PresentationFramework (4)
System\Windows\Controls\TextBlock.cs (1)
2842position.InsertTextInRun(text);
System\Windows\Documents\NullTextNavigator.cs (1)
312/// <see cref="ITextPointer.InsertTextInRun"/>
System\windows\Documents\TextEditorSpelling.cs (1)
148textStart.InsertTextInRun(correctedText);
System\Windows\Documents\TextRangeBase.cs (1)
1446newStart.InsertTextInRun(textData);