8 references to Length
PresentationCore (6)
MS\Internal\TextFormatting\FullTextLine.cs (6)
887return new CharacterHit(_collapsedRange.TextSourceCharacterIndex, _collapsedRange.Length); 1022if ( characterHit.FirstCharacterIndex >= _collapsedRange.TextSourceCharacterIndex + _collapsedRange.Length 1326if (currentIndex < _collapsedRange.TextSourceCharacterIndex + _collapsedRange.Length) 1327offsetToNextCaretStopIndex = _collapsedRange.Length; 1579&& firstTextSourceCharacterIndex + textLength - _collapsedRange.TextSourceCharacterIndex > _collapsedRange.Length / 2 2017&& cp + cchBounds < _collapsedRange.TextSourceCharacterIndex + _collapsedRange.Length)
PresentationFramework (2)
MS\Internal\PtsHost\Line.cs (1)
654return collapsedRange.Length;
MS\Internal\Text\Line.cs (1)
322return collapsedRange.Length;