8 references to Length
PresentationCore (6)
Core\CSharp\MS\Internal\TextFormatting\FullTextLine.cs (6)
920
return new CharacterHit(_collapsedRange.TextSourceCharacterIndex, _collapsedRange.
Length
);
1055
if ( characterHit.FirstCharacterIndex >= _collapsedRange.TextSourceCharacterIndex + _collapsedRange.
Length
1359
if (currentIndex < _collapsedRange.TextSourceCharacterIndex + _collapsedRange.
Length
)
1360
offsetToNextCaretStopIndex = _collapsedRange.
Length
;
1615
&& firstTextSourceCharacterIndex + textLength - _collapsedRange.TextSourceCharacterIndex > _collapsedRange.
Length
/ 2
2053
&& cp + cchBounds < _collapsedRange.TextSourceCharacterIndex + _collapsedRange.
Length
)
PresentationFramework (2)
src\Framework\MS\Internal\PtsHost\Line.cs (1)
657
return collapsedRange.
Length
;
src\Framework\MS\Internal\Text\Line.cs (1)
325
return collapsedRange.
Length
;