4 references to GetTextRunLength
PresentationFramework (4)
System\Windows\Documents\FixedTextPointer.cs (1)
107
/// <see cref="TextPointer.
GetTextRunLength
"/>
System\Windows\Documents\RangeContentEnumerator.cs (1)
112
runLength = _navigator.
GetTextRunLength
(LogicalDirection.Forward);
System\Windows\Documents\TextPointer.cs (2)
1333
int maxDeleteCount = this.
GetTextRunLength
(direction);
2395
return
GetTextRunLength
(direction);