8 references to Length
PresentationCore (6)
MS\Internal\TextFormatting\FullTextLine.cs (6)
874
return new CharacterHit(_collapsedRange.TextSourceCharacterIndex, _collapsedRange.
Length
);
1009
if ( characterHit.FirstCharacterIndex >= _collapsedRange.TextSourceCharacterIndex + _collapsedRange.
Length
1313
if (currentIndex < _collapsedRange.TextSourceCharacterIndex + _collapsedRange.
Length
)
1314
offsetToNextCaretStopIndex = _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)
639
return collapsedRange.
Length
;
MS\Internal\Text\Line.cs (1)
315
return collapsedRange.
Length
;