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)
691
TextFormatterImp.VerifyCaretCharacterHit(characterHit, _cpFirst,
_cpLength
);
705
TextFormatterImp.VerifyCaretCharacterHit(characterHit, _cpFirst,
_cpLength
);
740
TextFormatterImp.VerifyCaretCharacterHit(characterHit, _cpFirst,
_cpLength
);
748
if (cpHit >= _cpFirst +
_cpLength
)
750
cpHit = _cpFirst +
_cpLength
- 1;
815
if (firstTextSourceCharacterIndex + textLength > _cpFirst +
_cpLength
)
817
textLength = _cpFirst +
_cpLength
- firstTextSourceCharacterIndex;
1002
get { return
_cpLength
; }
1198
if (cp >= _cpFirst +
_cpLength
)
1268
Invariant.Assert(cp >= _cpFirst && cp < _cpFirst +
_cpLength
);