8 references to Length
PresentationCore (6)
Core\CSharp\MS\Internal\TextFormatting\FullTextLine.cs (6)
920return new CharacterHit(_collapsedRange.TextSourceCharacterIndex, _collapsedRange.Length); 1055if ( characterHit.FirstCharacterIndex >= _collapsedRange.TextSourceCharacterIndex + _collapsedRange.Length 1359if (currentIndex < _collapsedRange.TextSourceCharacterIndex + _collapsedRange.Length) 1360offsetToNextCaretStopIndex = _collapsedRange.Length; 1615&& firstTextSourceCharacterIndex + textLength - _collapsedRange.TextSourceCharacterIndex > _collapsedRange.Length / 2 2053&& cp + cchBounds < _collapsedRange.TextSourceCharacterIndex + _collapsedRange.Length)
PresentationFramework (2)
src\Framework\MS\Internal\PtsHost\Line.cs (1)
657return collapsedRange.Length;
src\Framework\MS\Internal\Text\Line.cs (1)
325return collapsedRange.Length;