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