Implemented interface member:
property
NewlineLength
MS.Internal.TextFormatting.ITextMetrics.NewlineLength
2 overrides of NewlineLength
PresentationCore (2)
MS\Internal\TextFormatting\FullTextLine.cs (1)
2240public override int NewlineLength
MS\Internal\TextFormatting\SimpleTextLine.cs (1)
1021public override int NewlineLength
10 references to NewlineLength
PresentationFramework (10)
MS\Internal\Documents\TextBoxLine.cs (3)
373if (_line.NewlineLength == 0) { return false; } 392internal int ContentLength { get { return _line.Length - _line.NewlineLength; } } 401return (_line.NewlineLength > 0);
MS\Internal\PtsHost\Line.cs (4)
846if (_line.NewlineLength == 0) 886return _line.Length - _line.NewlineLength; 922if (_line.NewlineLength == 0) 1146return (_line.NewlineLength > 0);
MS\Internal\Text\Line.cs (3)
414if (_line.NewlineLength == 0) { return false; } 430internal int ContentLength { get { return _line.Length - _line.NewlineLength; } } 573return (_line.NewlineLength > 0);