13 references to Length
PresentationCore (4)
Core\CSharp\MS\Internal\TextFormatting\TextStore.cs (4)
1222
if (textSpan.
Length
<= 0)
1271
limitCp -= textSpan.
Length
;
2647
if (textSpan.
Length
<= 0)
2679
_cpFirst -= textSpan.
Length
;
PresentationFramework (9)
src\Framework\MS\Internal\PtsHost\Line.cs (7)
331
dcpRun += textSpan.
Length
;
454
dcpRun += textSpan.
Length
;
708
cchTextSpans += textSpan.
Length
;
730
while (cchRunsInSpan < span.
Length
)
742
Invariant.Assert(cchRunsInSpan == span.
Length
);
745
if (dcp + cch <= curDcp + span.
Length
)
748
curDcp += span.
Length
;
src\Framework\MS\Internal\PtsHost\OptimalTextSource.cs (1)
226
dcpRun += textSpan.
Length
;
src\Framework\MS\Internal\Text\ComplexLine.cs (1)
226
runDcp += textSpan.
Length
;