13 references to Length
PresentationCore (13)
MS\Internal\TextFormatting\FullTextLine.cs (4)
518lastRunLength = lsrun.Length; 918int codepointsToNextCaretStop = lsrun.IsHitTestable ? 1 : lsrun.Length; 1384offsetToNextCaretStopIndex = Math.Min(Length, lsrun.Length - caretStopIndex + lsrun.OffsetToFirstCp + _cpFirst); 2748return lsrun.Length;
MS\Internal\TextFormatting\FullTextState.cs (2)
311int cpRun = lastRun.Length; 386lastRunLength = (plsrun >= Plsrun.FormatAnchor ? lsrun.Length : 0);
MS\Internal\TextFormatting\LineServicesCallbacks.cs (1)
227store.CchEol = lsrun.Length;
MS\Internal\TextFormatting\TextStore.cs (6)
1086if (cp + lsrun.Length >= cpLimit) 1092if (lsrun.Type == Plsrun.Text && cp + lsrun.Length > cpLimit) 1095span.length = lsrun.Length; 1098_lscchUpTo = lscp + lsrun.Length; 1110cp += lsrun.Length; 2232int ichFirst = lsrun.OffsetToFirstChar + lsrun.Length - lsrunLength;