Implemented interface member:
property
NewlineLength
MS.Internal.TextFormatting.ITextMetrics.NewlineLength
2 overrides of NewlineLength
PresentationCore (2)
Core\CSharp\MS\Internal\TextFormatting\FullTextLine.cs (1)
2302public override int NewlineLength
Core\CSharp\MS\Internal\TextFormatting\SimpleTextLine.cs (1)
1051public override int NewlineLength
10 references to NewlineLength
PresentationFramework (10)
src\Framework\MS\Internal\Documents\TextBoxLine.cs (3)
383if (_line.NewlineLength == 0) { return false; } 402internal int ContentLength { get { return _line.Length - _line.NewlineLength; } } 411return (_line.NewlineLength > 0);
src\Framework\MS\Internal\PtsHost\Line.cs (4)
868if (_line.NewlineLength == 0) 908return _line.Length - _line.NewlineLength; 944if (_line.NewlineLength == 0) 1173return (_line.NewlineLength > 0);
src\Framework\MS\Internal\Text\Line.cs (3)
425if (_line.NewlineLength == 0) { return false; } 441internal int ContentLength { get { return _line.Length - _line.NewlineLength; } } 584return (_line.NewlineLength > 0);