13 references to Length
PresentationCore (4)
MS\Internal\TextFormatting\TextStore.cs (4)
1211if (textSpan.Length <= 0) 1260limitCp -= textSpan.Length; 2637if (textSpan.Length <= 0) 2669_cpFirst -= textSpan.Length;
PresentationFramework (9)
MS\Internal\PtsHost\Line.cs (7)
328dcpRun += textSpan.Length; 451dcpRun += textSpan.Length; 705cchTextSpans += textSpan.Length; 727while (cchRunsInSpan < span.Length) 739Invariant.Assert(cchRunsInSpan == span.Length); 742if (dcp + cch <= curDcp + span.Length) 745curDcp += span.Length;
MS\Internal\PtsHost\OptimalTextSource.cs (1)
222dcpRun += textSpan.Length;
MS\Internal\Text\ComplexLine.cs (1)
223runDcp += textSpan.Length;