Base:
property
Length
System.Windows.Media.TextFormatting.TextLine.Length
4 references to Length
PresentationCore (4)
Core\CSharp\MS\Internal\TextFormatting\FullTextLine.cs (4)
833if (line._metrics._cchLength < Length) 837Length - line._metrics._cchLength, 842line._metrics._cchLength = Length; 1417offsetToNextCaretStopIndex = Math.Min(Length, lsrun.Length - caretStopIndex + lsrun.OffsetToFirstCp + _cpFirst);