3 references to GetTextRunLength
PresentationFramework (3)
System\Windows\Documents\RangeContentEnumerator.cs (1)
101
runLength = _navigator.
GetTextRunLength
(LogicalDirection.Forward);
System\Windows\Documents\TextPointer.cs (2)
1327
int maxDeleteCount = this.
GetTextRunLength
(direction);
2389
return
GetTextRunLength
(direction);