2 writes to _cch
PresentationFramework (2)
MS\Internal\PtsHost\TextParaLineResult.cs (2)
261_cch = cch; 288_cch = value - _dcp;
5 references to _cch
PresentationFramework (5)
MS\Internal\PtsHost\TextParaLineResult.cs (5)
121return _owner.GetTextPosition(_dcp + _cch - _cchEllipses, LogicalDirection.Forward); 151return _dcp + _cch - _cchEllipses; 188_endPosition = _owner.GetTextPosition(_dcp + _cch, LogicalDirection.Backward); 212return _dcp + _cch + _owner.Paragraph.ParagraphStartCharacterPosition; 284return _dcp + _cch;