5 implementations of InsertTextInRun
PresentationFramework (5)
src\Framework\System\Windows\Controls\PasswordTextNavigator.cs (1)
381void ITextPointer.InsertTextInRun(string textData)
src\Framework\System\Windows\Documents\DocumentSequenceTextPointer.cs (1)
237void ITextPointer.InsertTextInRun(string textData)
src\Framework\System\Windows\Documents\FixedTextPointer.cs (1)
514void ITextPointer.InsertTextInRun(string textData)
src\Framework\System\Windows\Documents\NullTextNavigator.cs (1)
316void ITextPointer.InsertTextInRun(string textData)
src\Framework\System\Windows\Documents\TextPointer.cs (1)
2803void ITextPointer.InsertTextInRun(string textData)
4 references to InsertTextInRun
PresentationFramework (4)
src\Framework\System\Windows\Controls\TextBlock.cs (1)
2931position.InsertTextInRun(text);
src\Framework\System\Windows\Documents\NullTextNavigator.cs (1)
314/// <see cref="ITextPointer.InsertTextInRun"/>
src\Framework\System\windows\Documents\TextEditorSpelling.cs (1)
150textStart.InsertTextInRun(correctedText);
src\Framework\System\Windows\Documents\TextRangeBase.cs (1)
1460newStart.InsertTextInRun(textData);