8 references to Length
PresentationCore (6)
MS\Internal\TextFormatting\FullTextLine.cs (6)
874return new CharacterHit(_collapsedRange.TextSourceCharacterIndex, _collapsedRange.Length); 1009if ( characterHit.FirstCharacterIndex >= _collapsedRange.TextSourceCharacterIndex + _collapsedRange.Length 1313if (currentIndex < _collapsedRange.TextSourceCharacterIndex + _collapsedRange.Length) 1314offsetToNextCaretStopIndex = _collapsedRange.Length; 1566&& firstTextSourceCharacterIndex + textLength - _collapsedRange.TextSourceCharacterIndex > _collapsedRange.Length / 2 2004&& cp + cchBounds < _collapsedRange.TextSourceCharacterIndex + _collapsedRange.Length)
PresentationFramework (2)
MS\Internal\PtsHost\Line.cs (1)
639return collapsedRange.Length;
MS\Internal\Text\Line.cs (1)
315return collapsedRange.Length;