1 write to _rowCount
System.Windows.Forms.Design (1)
System\ComponentModel\Design\ByteViewer.cs (1)
552
_rowCount
= rows;
16 references to _rowCount
System.Windows.Forms.Design (16)
System\ComponentModel\Design\ByteViewer.cs (16)
148
_rowCount
* CELL_HEIGHT));
158
_rowCount
* CELL_HEIGHT - 1));
165
CLIENT_START_Y +
_rowCount
* CELL_HEIGHT - 1);
444
2 * (BORDER_GAP + INSET_GAP) +
_rowCount
* (CELL_HEIGHT));
481
if (_linesCount >
_rowCount
)
483
_displayLinesCount =
_rowCount
;
486
_scrollBar.LargeChange =
_rowCount
;
494
_scrollBar.Maximum =
_rowCount
;
495
_scrollBar.LargeChange =
_rowCount
;
550
if (rows >= 0 && rows !=
_rowCount
)
564
2 * (BORDER_GAP + INSET_GAP) +
_rowCount
* (CELL_HEIGHT));
569
if (_linesCount >
_rowCount
)
573
_scrollBar.LargeChange =
_rowCount
;
584
_displayLinesCount = (_startLine +
_rowCount
< _linesCount) ?
_rowCount
: _linesCount - _startLine;
651
if (_linesCount >
_rowCount
&& !_scrollBar.Visible)