5 implementations of GetTextInRun
PresentationFramework (5)
src\Framework\System\Windows\Controls\PasswordTextNavigator.cs (1)
189
string ITextPointer.
GetTextInRun
(LogicalDirection direction)
src\Framework\System\Windows\Documents\DocumentSequenceTextPointer.cs (1)
107
string ITextPointer.
GetTextInRun
(LogicalDirection direction)
src\Framework\System\Windows\Documents\FixedTextPointer.cs (1)
127
string ITextPointer.
GetTextInRun
(LogicalDirection direction)
src\Framework\System\Windows\Documents\NullTextNavigator.cs (1)
95
string ITextPointer.
GetTextInRun
(LogicalDirection direction)
src\Framework\System\Windows\Documents\TextPointer.cs (1)
2419
string ITextPointer.
GetTextInRun
(LogicalDirection direction)
6 references to GetTextInRun
PresentationFramework (6)
src\Framework\MS\Internal\PtsHost\Line.cs (1)
220
string precedingTextString = position.
GetTextInRun
(LogicalDirection.Backward);
src\Framework\MS\Internal\PtsHost\OptimalTextSource.cs (1)
170
string precedingTextString = position.
GetTextInRun
(LogicalDirection.Backward);
src\Framework\MS\Internal\Text\ComplexLine.cs (1)
108
string precedingTextString = position.
GetTextInRun
(LogicalDirection.Backward);
src\Framework\System\Windows\Documents\FixedElement.cs (1)
279
root.AddText(pos.
GetTextInRun
(LogicalDirection.Forward));
src\Framework\System\Windows\Documents\NullTextNavigator.cs (1)
93
/// <see cref="ITextPointer.
GetTextInRun
(LogicalDirection)"/>
src\Framework\System\windows\Documents\TextEditor.cs (1)
1245
string textAdjacent = textContainer.TextSelection.AnchorPosition.
GetTextInRun
(LogicalDirection.Backward);