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)
311dcpRun += textSpan.Length; 433dcpRun += textSpan.Length; 687cchTextSpans += textSpan.Length; 709while (cchRunsInSpan < span.Length) 721Invariant.Assert(cchRunsInSpan == span.Length); 724if (dcp + cch <= curDcp + span.Length) 727curDcp += span.Length;
MS\Internal\PtsHost\OptimalTextSource.cs (1)
207dcpRun += textSpan.Length;
MS\Internal\Text\ComplexLine.cs (1)
218runDcp += textSpan.Length;