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)); 165CLIENT_START_Y + _rowCount * CELL_HEIGHT - 1); 4442 * (BORDER_GAP + INSET_GAP) + _rowCount * (CELL_HEIGHT)); 481if (_linesCount > _rowCount) 483_displayLinesCount = _rowCount; 486_scrollBar.LargeChange = _rowCount; 494_scrollBar.Maximum = _rowCount; 495_scrollBar.LargeChange = _rowCount; 550if (rows >= 0 && rows != _rowCount) 5642 * (BORDER_GAP + INSET_GAP) + _rowCount * (CELL_HEIGHT)); 569if (_linesCount > _rowCount) 573_scrollBar.LargeChange = _rowCount; 584_displayLinesCount = (_startLine + _rowCount < _linesCount) ? _rowCount : _linesCount - _startLine; 651if (_linesCount > _rowCount && !_scrollBar.Visible)