13 references to Length
PresentationCore (13)
MS\Internal\TextFormatting\FullTextLine.cs (4)
505lastRunLength = lsrun.Length; 905int codepointsToNextCaretStop = lsrun.IsHitTestable ? 1 : lsrun.Length; 1371offsetToNextCaretStopIndex = Math.Min(Length, lsrun.Length - caretStopIndex + lsrun.OffsetToFirstCp + _cpFirst); 2735return lsrun.Length;
MS\Internal\TextFormatting\FullTextState.cs (2)
307int cpRun = lastRun.Length; 382lastRunLength = (plsrun >= Plsrun.FormatAnchor ? lsrun.Length : 0);
MS\Internal\TextFormatting\LineServicesCallbacks.cs (1)
197store.CchEol = lsrun.Length;
MS\Internal\TextFormatting\TextStore.cs (6)
1071if (cp + lsrun.Length >= cpLimit) 1077if (lsrun.Type == Plsrun.Text && cp + lsrun.Length > cpLimit) 1080span.length = lsrun.Length; 1083_lscchUpTo = lscp + lsrun.Length; 1095cp += lsrun.Length; 2217int ichFirst = lsrun.OffsetToFirstChar + lsrun.Length - lsrunLength;