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