10 references to Length
PresentationFramework (10)
MS\Internal\Documents\TextBoxView.cs (10)
1532
if (metrics.Length != line.
Length
)
1696
Invariant.Assert(metrics.Length == line.
Length
, "Line is out of sync with metrics!");
1847
Invariant.Assert(metrics.Length == line.
Length
, "Line is out of sync with metrics!");
2235
lineOffset += line.
Length
;
2377
lineOffset += line.
Length
;
2455
lineOffset += line.
Length
;
2488
lineOffset += line.
Length
;
2534
lineOffset + line.
Length
<= _lineMetrics[lineIndex].Offset)
2579
lineOffset += line.
Length
;
3145
_length = line.
Length
;