10 references to Length
PresentationFramework (10)
MS\Internal\Documents\TextBoxView.cs (10)
1579
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!");
2282
lineOffset += line.
Length
;
2424
lineOffset += line.
Length
;
2502
lineOffset += line.
Length
;
2535
lineOffset += line.
Length
;
2581
lineOffset + line.
Length
<= _lineMetrics[lineIndex].Offset)
2626
lineOffset += line.
Length
;
3204
_length = line.
Length
;