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