2 writes to _cchContent
PresentationFramework (2)
MS\Internal\Text\TextLineResult.cs (2)
243_cchContent = _cchEllipses = -1; 260_owner.GetLineDetails(_dcp, _index, _layoutBox.Top, out _cchContent, out _cchEllipses);
3 references to _cchContent
PresentationFramework (3)
MS\Internal\Text\TextLineResult.cs (3)
106return _owner.TextContainer.CreatePointerAtOffset(_dcp + _cchContent, LogicalDirection.Backward); 138return _dcp + _cchContent; 258if (_cchContent == -1)