28 references to SafeLength
PresentationFramework (28)
src\Framework\MS\Internal\PtsHost\TextParaClient.cs (26)
706
Invariant.Assert(line.
SafeLength
== dcpLim - dcpLine, "Line length is out of sync");
1234
Invariant.Assert(line.
SafeLength
== dcpLim - dcpLine, "Line length is out of sync");
1877
Invariant.Assert(line.
SafeLength
== lineDesc.dcpLim - lineDesc.dcpFirst, "Line length is out of sync");
1979
Invariant.Assert(line.
SafeLength
== element.dcpLim - element.dcpFirst, "Line length is out of sync");
2330
Invariant.Assert(line.
SafeLength
== lineDesc.dcpLim - lineDesc.dcpFirst, "Line length is out of sync");
2440
Invariant.Assert(line.
SafeLength
== elemDesc.dcpLim - elemDesc.dcpFirst, "Line length is out of sync");
2669
Invariant.Assert(line.
SafeLength
== lineDesc.dcpLim - lineDesc.dcpFirst, "Line length is out of sync");
2798
Invariant.Assert(line.
SafeLength
== element.dcpLim - element.dcpFirst, "Line length is out of sync");
2881
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");
3172
Invariant.Assert(line.
SafeLength
== lineDesc.dcpLim - lineDesc.dcpFirst, "Line length is out of sync");
3302
Invariant.Assert(line.
SafeLength
== element.dcpLim - element.dcpFirst, "Line length is out of sync");
3378
Invariant.Assert(line.
SafeLength
== lineDesc.dcpLim - lineDesc.dcpFirst, "Line length is out of sync");
3445
Invariant.Assert(line.
SafeLength
== element.dcpLim - element.dcpFirst, "Line length is out of sync");
3507
Invariant.Assert(line.
SafeLength
== lineDesc.dcpLim - lineDesc.dcpFirst, "Line length is out of sync");
3552
Invariant.Assert(line.
SafeLength
== lineDesc.dcpLim - lineDesc.dcpFirst, "Line length is out of sync");
3609
Invariant.Assert(line.
SafeLength
== lineDesc.dcpLim - lineDesc.dcpFirst, "Line length is out of sync");
3919
Invariant.Assert(line.
SafeLength
== element.dcpLim - element.dcpFirst, "Line length is out of sync");
3988
Invariant.Assert(line.
SafeLength
== element.dcpLim - element.dcpFirst, "Line length is out of sync");
4104
Invariant.Assert(line.
SafeLength
== lineDesc.dcpLim - lineDesc.dcpFirst, "Line length is out of sync");
4111
Invariant.Assert(line.
SafeLength
== lineDesc.dcpLim - lineDesc.dcpFirst, "Line length is out of sync");
4232
Invariant.Assert(line.
SafeLength
== lineDesc.dcpLim - lineDesc.dcpFirst, "Line length is out of sync");
4304
Invariant.Assert(line.
SafeLength
== element.dcpLim - element.dcpFirst, "Line length is out of sync");
4311
Invariant.Assert(line.
SafeLength
== element.dcpLim - element.dcpFirst, "Line length is out of sync");
4314
Invariant.Assert(line.
SafeLength
== element.dcpLim - element.dcpFirst, "Line length is out of sync");
4445
Invariant.Assert(line.
SafeLength
== element.dcpLim - element.dcpFirst, "Line length is out of sync");
src\Framework\MS\Internal\PtsHost\TextParagraph.cs (2)
555
dcpLine = line.
SafeLength
;
739
dcpLine = line.
SafeLength
;