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