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)
120runLength = _navigator.GetTextRunLength(LogicalDirection.Forward);
src\Framework\System\Windows\Documents\TextPointer.cs (2)
1347int maxDeleteCount = this.GetTextRunLength(direction); 2415return GetTextRunLength(direction);