5 implementations of GetTextInRun
PresentationFramework (5)
src\Framework\System\Windows\Controls\PasswordTextNavigator.cs (1)
189string ITextPointer.GetTextInRun(LogicalDirection direction)
src\Framework\System\Windows\Documents\DocumentSequenceTextPointer.cs (1)
107string ITextPointer.GetTextInRun(LogicalDirection direction)
src\Framework\System\Windows\Documents\FixedTextPointer.cs (1)
127string ITextPointer.GetTextInRun(LogicalDirection direction)
src\Framework\System\Windows\Documents\NullTextNavigator.cs (1)
95string ITextPointer.GetTextInRun(LogicalDirection direction)
src\Framework\System\Windows\Documents\TextPointer.cs (1)
2419string ITextPointer.GetTextInRun(LogicalDirection direction)
6 references to GetTextInRun
PresentationFramework (6)
src\Framework\MS\Internal\PtsHost\Line.cs (1)
220string precedingTextString = position.GetTextInRun(LogicalDirection.Backward);
src\Framework\MS\Internal\PtsHost\OptimalTextSource.cs (1)
170string precedingTextString = position.GetTextInRun(LogicalDirection.Backward);
src\Framework\MS\Internal\Text\ComplexLine.cs (1)
108string precedingTextString = position.GetTextInRun(LogicalDirection.Backward);
src\Framework\System\Windows\Documents\FixedElement.cs (1)
279root.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)
1245string textAdjacent = textContainer.TextSelection.AnchorPosition.GetTextInRun(LogicalDirection.Backward);