4 references to GetTextRunLength
PresentationFramework (4)
src\Framework\System\Windows\Documents\FixedTextPointer.cs (1)
113
/// <see cref="TextPointer.
GetTextRunLength
"/>
src\Framework\System\Windows\Documents\RangeContentEnumerator.cs (1)
120
runLength = _navigator.
GetTextRunLength
(LogicalDirection.Forward);
src\Framework\System\Windows\Documents\TextPointer.cs (2)
1347
int maxDeleteCount = this.
GetTextRunLength
(direction);
2415
return
GetTextRunLength
(direction);