28 references to SafeLength
PresentationFramework (28)
MS\Internal\PtsHost\TextParaClient.cs (26)
624
Invariant.Assert(line.
SafeLength
== dcpLim - dcpLine, "Line length is out of sync");
1086
Invariant.Assert(line.
SafeLength
== dcpLim - dcpLine, "Line length is out of sync");
1677
Invariant.Assert(line.
SafeLength
== lineDesc.dcpLim - lineDesc.dcpFirst, "Line length is out of sync");
1774
Invariant.Assert(line.
SafeLength
== element.dcpLim - element.dcpFirst, "Line length is out of sync");
2116
Invariant.Assert(line.
SafeLength
== lineDesc.dcpLim - lineDesc.dcpFirst, "Line length is out of sync");
2226
Invariant.Assert(line.
SafeLength
== elemDesc.dcpLim - elemDesc.dcpFirst, "Line length is out of sync");
2447
Invariant.Assert(line.
SafeLength
== lineDesc.dcpLim - lineDesc.dcpFirst, "Line length is out of sync");
2571
Invariant.Assert(line.
SafeLength
== element.dcpLim - element.dcpFirst, "Line length is out of sync");
2650
Invariant.Assert(line.
SafeLength
== lineDesc.dcpLim - lineDesc.dcpFirst, "Line length is out of sync");
2816
Invariant.Assert(line.
SafeLength
== element.dcpLim - element.dcpFirst, "Line length is out of sync");
2932
Invariant.Assert(line.
SafeLength
== lineDesc.dcpLim - lineDesc.dcpFirst, "Line length is out of sync");
3058
Invariant.Assert(line.
SafeLength
== element.dcpLim - element.dcpFirst, "Line length is out of sync");
3130
Invariant.Assert(line.
SafeLength
== lineDesc.dcpLim - lineDesc.dcpFirst, "Line length is out of sync");
3192
Invariant.Assert(line.
SafeLength
== element.dcpLim - element.dcpFirst, "Line length is out of sync");
3250
Invariant.Assert(line.
SafeLength
== lineDesc.dcpLim - lineDesc.dcpFirst, "Line length is out of sync");
3295
Invariant.Assert(line.
SafeLength
== lineDesc.dcpLim - lineDesc.dcpFirst, "Line length is out of sync");
3352
Invariant.Assert(line.
SafeLength
== lineDesc.dcpLim - lineDesc.dcpFirst, "Line length is out of sync");
3644
Invariant.Assert(line.
SafeLength
== element.dcpLim - element.dcpFirst, "Line length is out of sync");
3713
Invariant.Assert(line.
SafeLength
== element.dcpLim - element.dcpFirst, "Line length is out of sync");
3820
Invariant.Assert(line.
SafeLength
== lineDesc.dcpLim - lineDesc.dcpFirst, "Line length is out of sync");
3827
Invariant.Assert(line.
SafeLength
== lineDesc.dcpLim - lineDesc.dcpFirst, "Line length is out of sync");
3944
Invariant.Assert(line.
SafeLength
== lineDesc.dcpLim - lineDesc.dcpFirst, "Line length is out of sync");
4011
Invariant.Assert(line.
SafeLength
== element.dcpLim - element.dcpFirst, "Line length is out of sync");
4018
Invariant.Assert(line.
SafeLength
== element.dcpLim - element.dcpFirst, "Line length is out of sync");
4021
Invariant.Assert(line.
SafeLength
== element.dcpLim - element.dcpFirst, "Line length is out of sync");
4143
Invariant.Assert(line.
SafeLength
== element.dcpLim - element.dcpFirst, "Line length is out of sync");
MS\Internal\PtsHost\TextParagraph.cs (2)
549
dcpLine = line.
SafeLength
;
733
dcpLine = line.
SafeLength
;