2 writes to _cch
PresentationFramework (2)
src\Framework\MS\Internal\PtsHost\TextParaLineResult.cs (2)
269_cch = cch; 296_cch = value - _dcp;
5 references to _cch
PresentationFramework (5)
src\Framework\MS\Internal\PtsHost\TextParaLineResult.cs (5)
129return _owner.GetTextPosition(_dcp + _cch - _cchEllipses, LogicalDirection.Forward); 159return _dcp + _cch - _cchEllipses; 196_endPosition = _owner.GetTextPosition(_dcp + _cch, LogicalDirection.Backward); 220return _dcp + _cch + _owner.Paragraph.ParagraphStartCharacterPosition; 292return _dcp + _cch;