Implemented interface member:
property
NewlineLength
MS.Internal.TextFormatting.ITextMetrics.NewlineLength
2 overrides of NewlineLength
PresentationCore (2)
MS\Internal\TextFormatting\FullTextLine.cs (1)
2241public override int NewlineLength
MS\Internal\TextFormatting\SimpleTextLine.cs (1)
1028public override int NewlineLength
10 references to NewlineLength
PresentationFramework (10)
MS\Internal\Documents\TextBoxLine.cs (3)
374if (_line.NewlineLength == 0) { return false; } 393internal int ContentLength { get { return _line.Length - _line.NewlineLength; } } 402return (_line.NewlineLength > 0);
MS\Internal\PtsHost\Line.cs (4)
850if (_line.NewlineLength == 0) 890return _line.Length - _line.NewlineLength; 926if (_line.NewlineLength == 0) 1150return (_line.NewlineLength > 0);
MS\Internal\Text\Line.cs (3)
415if (_line.NewlineLength == 0) { return false; } 431internal int ContentLength { get { return _line.Length - _line.NewlineLength; } } 574return (_line.NewlineLength > 0);