28 references to SafeLength
PresentationFramework (28)
MS\Internal\PtsHost\TextParaClient.cs (26)
618
Invariant.Assert(line.
SafeLength
== dcpLim - dcpLine, "Line length is out of sync");
1080
Invariant.Assert(line.
SafeLength
== dcpLim - dcpLine, "Line length is out of sync");
1671
Invariant.Assert(line.
SafeLength
== lineDesc.dcpLim - lineDesc.dcpFirst, "Line length is out of sync");
1768
Invariant.Assert(line.
SafeLength
== element.dcpLim - element.dcpFirst, "Line length is out of sync");
2110
Invariant.Assert(line.
SafeLength
== lineDesc.dcpLim - lineDesc.dcpFirst, "Line length is out of sync");
2220
Invariant.Assert(line.
SafeLength
== elemDesc.dcpLim - elemDesc.dcpFirst, "Line length is out of sync");
2441
Invariant.Assert(line.
SafeLength
== lineDesc.dcpLim - lineDesc.dcpFirst, "Line length is out of sync");
2565
Invariant.Assert(line.
SafeLength
== element.dcpLim - element.dcpFirst, "Line length is out of sync");
2644
Invariant.Assert(line.
SafeLength
== lineDesc.dcpLim - lineDesc.dcpFirst, "Line length is out of sync");
2810
Invariant.Assert(line.
SafeLength
== element.dcpLim - element.dcpFirst, "Line length is out of sync");
2926
Invariant.Assert(line.
SafeLength
== lineDesc.dcpLim - lineDesc.dcpFirst, "Line length is out of sync");
3052
Invariant.Assert(line.
SafeLength
== element.dcpLim - element.dcpFirst, "Line length is out of sync");
3124
Invariant.Assert(line.
SafeLength
== lineDesc.dcpLim - lineDesc.dcpFirst, "Line length is out of sync");
3186
Invariant.Assert(line.
SafeLength
== element.dcpLim - element.dcpFirst, "Line length is out of sync");
3244
Invariant.Assert(line.
SafeLength
== lineDesc.dcpLim - lineDesc.dcpFirst, "Line length is out of sync");
3289
Invariant.Assert(line.
SafeLength
== lineDesc.dcpLim - lineDesc.dcpFirst, "Line length is out of sync");
3346
Invariant.Assert(line.
SafeLength
== lineDesc.dcpLim - lineDesc.dcpFirst, "Line length is out of sync");
3638
Invariant.Assert(line.
SafeLength
== element.dcpLim - element.dcpFirst, "Line length is out of sync");
3707
Invariant.Assert(line.
SafeLength
== element.dcpLim - element.dcpFirst, "Line length is out of sync");
3814
Invariant.Assert(line.
SafeLength
== lineDesc.dcpLim - lineDesc.dcpFirst, "Line length is out of sync");
3821
Invariant.Assert(line.
SafeLength
== lineDesc.dcpLim - lineDesc.dcpFirst, "Line length is out of sync");
3938
Invariant.Assert(line.
SafeLength
== lineDesc.dcpLim - lineDesc.dcpFirst, "Line length is out of sync");
4005
Invariant.Assert(line.
SafeLength
== element.dcpLim - element.dcpFirst, "Line length is out of sync");
4012
Invariant.Assert(line.
SafeLength
== element.dcpLim - element.dcpFirst, "Line length is out of sync");
4015
Invariant.Assert(line.
SafeLength
== element.dcpLim - element.dcpFirst, "Line length is out of sync");
4137
Invariant.Assert(line.
SafeLength
== element.dcpLim - element.dcpFirst, "Line length is out of sync");
MS\Internal\PtsHost\TextParagraph.cs (2)
531
dcpLine = line.
SafeLength
;
712
dcpLine = line.
SafeLength
;