8 references to Length
PresentationCore (6)
MS\Internal\TextFormatting\FullTextLine.cs (6)
873return new CharacterHit(_collapsedRange.TextSourceCharacterIndex, _collapsedRange.Length); 1008if ( characterHit.FirstCharacterIndex >= _collapsedRange.TextSourceCharacterIndex + _collapsedRange.Length 1312if (currentIndex < _collapsedRange.TextSourceCharacterIndex + _collapsedRange.Length) 1313offsetToNextCaretStopIndex = _collapsedRange.Length; 1565&& firstTextSourceCharacterIndex + textLength - _collapsedRange.TextSourceCharacterIndex > _collapsedRange.Length / 2 2003&& cp + cchBounds < _collapsedRange.TextSourceCharacterIndex + _collapsedRange.Length)
PresentationFramework (2)
MS\Internal\PtsHost\Line.cs (1)
635return collapsedRange.Length;
MS\Internal\Text\Line.cs (1)
314return collapsedRange.Length;