7 references to Length
PresentationFramework (7)
src\Framework\MS\Internal\Documents\TextBoxView.cs (7)
1582
if (metrics.
Length
!= line.Length)
1589
_dirtyList.Merge(new DirtyTextRange(metrics.Offset, metrics.
Length
, metrics.
Length
, fromHighlightLayer: true));
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!");
2607
&& curLine.
Length
== record.
Length