10 references to Length
PresentationFramework (10)
MS\Internal\Documents\TextBoxView.cs (10)
1581
if (metrics.Length != line.
Length
)
1745
Invariant.Assert(metrics.Length == line.
Length
, "Line is out of sync with metrics!");
1896
Invariant.Assert(metrics.Length == line.
Length
, "Line is out of sync with metrics!");
2284
lineOffset += line.
Length
;
2426
lineOffset += line.
Length
;
2504
lineOffset += line.
Length
;
2537
lineOffset += line.
Length
;
2583
lineOffset + line.
Length
<= _lineMetrics[lineIndex].Offset)
2628
lineOffset += line.
Length
;
3206
_length = line.
Length
;