2 writes to _cchContent
PresentationFramework (2)
MS\Internal\Text\TextLineResult.cs (2)
239_cchContent = _cchEllipses = -1; 256_owner.GetLineDetails(_dcp, _index, _layoutBox.Top, out _cchContent, out _cchEllipses);
3 references to _cchContent
PresentationFramework (3)
MS\Internal\Text\TextLineResult.cs (3)
102return _owner.TextContainer.CreatePointerAtOffset(_dcp + _cchContent, LogicalDirection.Backward); 134return _dcp + _cchContent; 254if (_cchContent == -1)