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)
367if (_line.NewlineLength == 0) { return false; } 386internal int ContentLength { get { return _line.Length - _line.NewlineLength; } } 395return (_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)
411if (_line.NewlineLength == 0) { return false; } 427internal int ContentLength { get { return _line.Length - _line.NewlineLength; } } 570return (_line.NewlineLength > 0);