28 references to SafeLength
PresentationFramework (28)
MS\Internal\PtsHost\TextParaClient.cs (26)
617
Invariant.Assert(line.
SafeLength
== dcpLim - dcpLine, "Line length is out of sync");
1079
Invariant.Assert(line.
SafeLength
== dcpLim - dcpLine, "Line length is out of sync");
1670
Invariant.Assert(line.
SafeLength
== lineDesc.dcpLim - lineDesc.dcpFirst, "Line length is out of sync");
1767
Invariant.Assert(line.
SafeLength
== element.dcpLim - element.dcpFirst, "Line length is out of sync");
2109
Invariant.Assert(line.
SafeLength
== lineDesc.dcpLim - lineDesc.dcpFirst, "Line length is out of sync");
2219
Invariant.Assert(line.
SafeLength
== elemDesc.dcpLim - elemDesc.dcpFirst, "Line length is out of sync");
2440
Invariant.Assert(line.
SafeLength
== lineDesc.dcpLim - lineDesc.dcpFirst, "Line length is out of sync");
2564
Invariant.Assert(line.
SafeLength
== element.dcpLim - element.dcpFirst, "Line length is out of sync");
2643
Invariant.Assert(line.
SafeLength
== lineDesc.dcpLim - lineDesc.dcpFirst, "Line length is out of sync");
2809
Invariant.Assert(line.
SafeLength
== element.dcpLim - element.dcpFirst, "Line length is out of sync");
2925
Invariant.Assert(line.
SafeLength
== lineDesc.dcpLim - lineDesc.dcpFirst, "Line length is out of sync");
3051
Invariant.Assert(line.
SafeLength
== element.dcpLim - element.dcpFirst, "Line length is out of sync");
3123
Invariant.Assert(line.
SafeLength
== lineDesc.dcpLim - lineDesc.dcpFirst, "Line length is out of sync");
3185
Invariant.Assert(line.
SafeLength
== element.dcpLim - element.dcpFirst, "Line length is out of sync");
3243
Invariant.Assert(line.
SafeLength
== lineDesc.dcpLim - lineDesc.dcpFirst, "Line length is out of sync");
3288
Invariant.Assert(line.
SafeLength
== lineDesc.dcpLim - lineDesc.dcpFirst, "Line length is out of sync");
3345
Invariant.Assert(line.
SafeLength
== lineDesc.dcpLim - lineDesc.dcpFirst, "Line length is out of sync");
3637
Invariant.Assert(line.
SafeLength
== element.dcpLim - element.dcpFirst, "Line length is out of sync");
3706
Invariant.Assert(line.
SafeLength
== element.dcpLim - element.dcpFirst, "Line length is out of sync");
3813
Invariant.Assert(line.
SafeLength
== lineDesc.dcpLim - lineDesc.dcpFirst, "Line length is out of sync");
3820
Invariant.Assert(line.
SafeLength
== lineDesc.dcpLim - lineDesc.dcpFirst, "Line length is out of sync");
3937
Invariant.Assert(line.
SafeLength
== lineDesc.dcpLim - lineDesc.dcpFirst, "Line length is out of sync");
4004
Invariant.Assert(line.
SafeLength
== element.dcpLim - element.dcpFirst, "Line length is out of sync");
4011
Invariant.Assert(line.
SafeLength
== element.dcpLim - element.dcpFirst, "Line length is out of sync");
4014
Invariant.Assert(line.
SafeLength
== element.dcpLim - element.dcpFirst, "Line length is out of sync");
4136
Invariant.Assert(line.
SafeLength
== element.dcpLim - element.dcpFirst, "Line length is out of sync");
MS\Internal\PtsHost\TextParagraph.cs (2)
530
dcpLine = line.
SafeLength
;
711
dcpLine = line.
SafeLength
;