Base:
property
Length
System.Windows.Media.TextFormatting.TextLine.Length
4 references to Length
PresentationCore (4)
MS\Internal\TextFormatting\FullTextLine.cs (4)
787if (line._metrics._cchLength < Length) 791Length - line._metrics._cchLength, 796line._metrics._cchLength = Length; 1371offsetToNextCaretStopIndex = Math.Min(Length, lsrun.Length - caretStopIndex + lsrun.OffsetToFirstCp + _cpFirst);