10 references to Length
PresentationFramework (10)
src\Framework\MS\Internal\Documents\TextBoxView.cs (10)
1582
if (metrics.Length != line.
Length
)
1743
Invariant.Assert(metrics.Length == line.
Length
, "Line is out of sync with metrics!");
1894
Invariant.Assert(metrics.Length == line.
Length
, "Line is out of sync with metrics!");
2280
lineOffset += line.
Length
;
2422
lineOffset += line.
Length
;
2500
lineOffset += line.
Length
;
2533
lineOffset += line.
Length
;
2579
lineOffset + line.
Length
<= _lineMetrics[lineIndex].Offset)
2624
lineOffset += line.
Length
;
3183
_length = line.
Length
;