5 implementations of GetTextInRun
PresentationFramework (5)
System\Windows\Controls\PasswordTextNavigator.cs (1)
187
string ITextPointer.
GetTextInRun
(LogicalDirection direction)
System\Windows\Documents\DocumentSequenceTextPointer.cs (1)
103
string ITextPointer.
GetTextInRun
(LogicalDirection direction)
System\Windows\Documents\FixedTextPointer.cs (1)
121
string ITextPointer.
GetTextInRun
(LogicalDirection direction)
System\Windows\Documents\NullTextNavigator.cs (1)
93
string ITextPointer.
GetTextInRun
(LogicalDirection direction)
System\Windows\Documents\TextPointer.cs (1)
2399
string ITextPointer.
GetTextInRun
(LogicalDirection direction)
6 references to GetTextInRun
PresentationFramework (6)
MS\Internal\PtsHost\Line.cs (1)
217
string precedingTextString = position.
GetTextInRun
(LogicalDirection.Backward);
MS\Internal\PtsHost\OptimalTextSource.cs (1)
166
string precedingTextString = position.
GetTextInRun
(LogicalDirection.Backward);
MS\Internal\Text\ComplexLine.cs (1)
105
string precedingTextString = position.
GetTextInRun
(LogicalDirection.Backward);
System\Windows\Documents\FixedElement.cs (1)
274
root.AddText(pos.
GetTextInRun
(LogicalDirection.Forward));
System\Windows\Documents\NullTextNavigator.cs (1)
91
/// <see cref="ITextPointer.
GetTextInRun
(LogicalDirection)"/>
System\windows\Documents\TextEditor.cs (1)
1218
string textAdjacent = textContainer.TextSelection.AnchorPosition.
GetTextInRun
(LogicalDirection.Backward);