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