2 writes to _cch
PresentationFramework (2)
MS\Internal\PtsHost\TextParaLineResult.cs (2)
260_cch = cch; 287_cch = value - _dcp;
5 references to _cch
PresentationFramework (5)
MS\Internal\PtsHost\TextParaLineResult.cs (5)
120return _owner.GetTextPosition(_dcp + _cch - _cchEllipses, LogicalDirection.Forward); 150return _dcp + _cch - _cchEllipses; 187_endPosition = _owner.GetTextPosition(_dcp + _cch, LogicalDirection.Backward); 211return _dcp + _cch + _owner.Paragraph.ParagraphStartCharacterPosition; 283return _dcp + _cch;