1 write to _cpLength
PresentationCore (1)
MS\Internal\TextFormatting\SimpleTextLine.cs (1)
303
_cpLength
+= run.Length;
10 references to _cpLength
PresentationCore (10)
MS\Internal\TextFormatting\SimpleTextLine.cs (10)
700
TextFormatterImp.VerifyCaretCharacterHit(characterHit, _cpFirst,
_cpLength
);
714
TextFormatterImp.VerifyCaretCharacterHit(characterHit, _cpFirst,
_cpLength
);
749
TextFormatterImp.VerifyCaretCharacterHit(characterHit, _cpFirst,
_cpLength
);
757
if (cpHit >= _cpFirst +
_cpLength
)
759
cpHit = _cpFirst +
_cpLength
- 1;
824
if (firstTextSourceCharacterIndex + textLength > _cpFirst +
_cpLength
)
826
textLength = _cpFirst +
_cpLength
- firstTextSourceCharacterIndex;
1011
get { return
_cpLength
; }
1207
if (cp >= _cpFirst +
_cpLength
)
1277
Invariant.Assert(cp >= _cpFirst && cp < _cpFirst +
_cpLength
);