13 references to Length
PresentationCore (4)
MS\Internal\TextFormatting\TextStore.cs (4)
1195
if (textSpan.
Length
<= 0)
1244
limitCp -= textSpan.
Length
;
2621
if (textSpan.
Length
<= 0)
2653
_cpFirst -= textSpan.
Length
;
PresentationFramework (9)
MS\Internal\PtsHost\Line.cs (7)
310
dcpRun += textSpan.
Length
;
432
dcpRun += textSpan.
Length
;
686
cchTextSpans += textSpan.
Length
;
708
while (cchRunsInSpan < span.
Length
)
720
Invariant.Assert(cchRunsInSpan == span.
Length
);
723
if (dcp + cch <= curDcp + span.
Length
)
726
curDcp += span.
Length
;
MS\Internal\PtsHost\OptimalTextSource.cs (1)
206
dcpRun += textSpan.
Length
;
MS\Internal\Text\ComplexLine.cs (1)
214
runDcp += textSpan.
Length
;