13 references to Length
PresentationCore (4)
Core\CSharp\MS\Internal\TextFormatting\TextStore.cs (4)
1222if (textSpan.Length <= 0) 1271limitCp -= textSpan.Length; 2647if (textSpan.Length <= 0) 2679_cpFirst -= textSpan.Length;
PresentationFramework (9)
src\Framework\MS\Internal\PtsHost\Line.cs (7)
331dcpRun += textSpan.Length; 454dcpRun += textSpan.Length; 708cchTextSpans += textSpan.Length; 730while (cchRunsInSpan < span.Length) 742Invariant.Assert(cchRunsInSpan == span.Length); 745if (dcp + cch <= curDcp + span.Length) 748curDcp += span.Length;
src\Framework\MS\Internal\PtsHost\OptimalTextSource.cs (1)
226dcpRun += textSpan.Length;
src\Framework\MS\Internal\Text\ComplexLine.cs (1)
226runDcp += textSpan.Length;