13 references to Length
PresentationCore (4)
MS\Internal\TextFormatting\TextStore.cs (4)
1196
if (textSpan.
Length
<= 0)
1245
limitCp -= textSpan.
Length
;
2622
if (textSpan.
Length
<= 0)
2654
_cpFirst -= textSpan.
Length
;
PresentationFramework (9)
MS\Internal\PtsHost\Line.cs (7)
311
dcpRun += textSpan.
Length
;
433
dcpRun += textSpan.
Length
;
687
cchTextSpans += textSpan.
Length
;
709
while (cchRunsInSpan < span.
Length
)
721
Invariant.Assert(cchRunsInSpan == span.
Length
);
724
if (dcp + cch <= curDcp + span.
Length
)
727
curDcp += span.
Length
;
MS\Internal\PtsHost\OptimalTextSource.cs (1)
207
dcpRun += textSpan.
Length
;
MS\Internal\Text\ComplexLine.cs (1)
218
runDcp += textSpan.
Length
;