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