1 write to _cpLength
PresentationCore (1)
MS\Internal\TextFormatting\SimpleTextLine.cs (1)
293
_cpLength
+= run.Length;
10 references to _cpLength
PresentationCore (10)
MS\Internal\TextFormatting\SimpleTextLine.cs (10)
684
TextFormatterImp.VerifyCaretCharacterHit(characterHit, _cpFirst,
_cpLength
);
698
TextFormatterImp.VerifyCaretCharacterHit(characterHit, _cpFirst,
_cpLength
);
733
TextFormatterImp.VerifyCaretCharacterHit(characterHit, _cpFirst,
_cpLength
);
741
if (cpHit >= _cpFirst +
_cpLength
)
743
cpHit = _cpFirst +
_cpLength
- 1;
808
if (firstTextSourceCharacterIndex + textLength > _cpFirst +
_cpLength
)
810
textLength = _cpFirst +
_cpLength
- firstTextSourceCharacterIndex;
995
get { return
_cpLength
; }
1191
if (cp >= _cpFirst +
_cpLength
)
1261
Invariant.Assert(cp >= _cpFirst && cp < _cpFirst +
_cpLength
);