5 implementations of InsertTextInRun
PresentationFramework (5)
System\Windows\Controls\PasswordTextNavigator.cs (1)
375
void ITextPointer.
InsertTextInRun
(string textData)
System\Windows\Documents\DocumentSequenceTextPointer.cs (1)
225
void ITextPointer.
InsertTextInRun
(string textData)
System\Windows\Documents\FixedTextPointer.cs (1)
492
void ITextPointer.
InsertTextInRun
(string textData)
System\Windows\Documents\NullTextNavigator.cs (1)
309
void ITextPointer.
InsertTextInRun
(string textData)
System\Windows\Documents\TextPointer.cs (1)
2772
void ITextPointer.
InsertTextInRun
(string textData)
4 references to InsertTextInRun
PresentationFramework (4)
System\Windows\Controls\TextBlock.cs (1)
2830
position.
InsertTextInRun
(text);
System\Windows\Documents\NullTextNavigator.cs (1)
307
/// <see cref="ITextPointer.
InsertTextInRun
"/>
System\windows\Documents\TextEditorSpelling.cs (1)
147
textStart.
InsertTextInRun
(correctedText);
System\Windows\Documents\TextRangeBase.cs (1)
1443
newStart.
InsertTextInRun
(textData);