6 references to GetTextInRun
PresentationFramework (6)
src\Framework\System\Windows\Controls\PasswordTextNavigator.cs (1)
191
return TextPointerBase.
GetTextInRun
(this, direction);
src\Framework\System\Windows\Documents\DocumentSequenceTextPointer.cs (1)
109
return TextPointerBase.
GetTextInRun
(this, direction);
src\Framework\System\Windows\Documents\FixedTextPointer.cs (1)
129
return TextPointerBase.
GetTextInRun
(this, direction);
src\Framework\System\Windows\Documents\NullTextNavigator.cs (1)
97
return TextPointerBase.
GetTextInRun
(this, direction);
src\Framework\System\Windows\Documents\TextPointer.cs (2)
752
return TextPointerBase.
GetTextInRun
(this, direction);
2421
return TextPointerBase.
GetTextInRun
(this, direction);