1 write to _linesCount
System.Windows.Forms.Design (1)
System\ComponentModel\Design\ByteViewer.cs (1)
478
_linesCount
= (_dataBuf.Length + _columnCount - 1) / _columnCount;
9 references to _linesCount
System.Windows.Forms.Design (9)
System\ComponentModel\Design\ByteViewer.cs (9)
481
if (
_linesCount
> _rowCount)
485
_scrollBar.Maximum =
_linesCount
- 1;
492
_displayLinesCount =
_linesCount
;
569
if (
_linesCount
> _rowCount)
572
_scrollBar.Maximum =
_linesCount
- 1;
584
_displayLinesCount = (_startLine + _rowCount <
_linesCount
) ? _rowCount :
_linesCount
- _startLine;
651
if (
_linesCount
> _rowCount && !_scrollBar.Visible)
680
if (line < 0 || line >=
_linesCount
|| line > _dataBuf.Length / _columnCount)