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