2 writes to _cch
PresentationFramework (2)
MS\Internal\PtsHost\TextParaLineResult.cs (2)
264_cch = cch; 291_cch = value - _dcp;
5 references to _cch
PresentationFramework (5)
MS\Internal\PtsHost\TextParaLineResult.cs (5)
124return _owner.GetTextPosition(_dcp + _cch - _cchEllipses, LogicalDirection.Forward); 154return _dcp + _cch - _cchEllipses; 191_endPosition = _owner.GetTextPosition(_dcp + _cch, LogicalDirection.Backward); 215return _dcp + _cch + _owner.Paragraph.ParagraphStartCharacterPosition; 287return _dcp + _cch;