2 writes to _cchContent
PresentationFramework (2)
MS\Internal\Text\TextLineResult.cs (2)
238_cchContent = _cchEllipses = -1; 255_owner.GetLineDetails(_dcp, _index, _layoutBox.Top, out _cchContent, out _cchEllipses);
3 references to _cchContent
PresentationFramework (3)
MS\Internal\Text\TextLineResult.cs (3)
101return _owner.TextContainer.CreatePointerAtOffset(_dcp + _cchContent, LogicalDirection.Backward); 133return _dcp + _cchContent; 253if (_cchContent == -1)