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)
322dcpRun += textSpan.Length; 445dcpRun += textSpan.Length; 699cchTextSpans += textSpan.Length; 721while (cchRunsInSpan < span.Length) 733Invariant.Assert(cchRunsInSpan == span.Length); 736if (dcp + cch <= curDcp + span.Length) 739curDcp += span.Length;
MS\Internal\PtsHost\OptimalTextSource.cs (1)
215dcpRun += textSpan.Length;
MS\Internal\Text\ComplexLine.cs (1)
218runDcp += textSpan.Length;