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