1 write to _cpLength
PresentationCore (1)
MS\Internal\TextFormatting\SimpleTextLine.cs (1)
294
_cpLength
+= run.Length;
10 references to _cpLength
PresentationCore (10)
MS\Internal\TextFormatting\SimpleTextLine.cs (10)
685
TextFormatterImp.VerifyCaretCharacterHit(characterHit, _cpFirst,
_cpLength
);
699
TextFormatterImp.VerifyCaretCharacterHit(characterHit, _cpFirst,
_cpLength
);
734
TextFormatterImp.VerifyCaretCharacterHit(characterHit, _cpFirst,
_cpLength
);
742
if (cpHit >= _cpFirst +
_cpLength
)
744
cpHit = _cpFirst +
_cpLength
- 1;
809
if (firstTextSourceCharacterIndex + textLength > _cpFirst +
_cpLength
)
811
textLength = _cpFirst +
_cpLength
- firstTextSourceCharacterIndex;
996
get { return
_cpLength
; }
1192
if (cp >= _cpFirst +
_cpLength
)
1262
Invariant.Assert(cp >= _cpFirst && cp < _cpFirst +
_cpLength
);