10 references to Length
PresentationFramework (10)
MS\Internal\Documents\TextBoxView.cs (10)
1539
if (metrics.Length != line.
Length
)
1703
Invariant.Assert(metrics.Length == line.
Length
, "Line is out of sync with metrics!");
1854
Invariant.Assert(metrics.Length == line.
Length
, "Line is out of sync with metrics!");
2242
lineOffset += line.
Length
;
2384
lineOffset += line.
Length
;
2462
lineOffset += line.
Length
;
2495
lineOffset += line.
Length
;
2541
lineOffset + line.
Length
<= _lineMetrics[lineIndex].Offset)
2586
lineOffset += line.
Length
;
3164
_length = line.
Length
;