3 writes to _displayLinesCount
System.Windows.Forms.Design (3)
System\ComponentModel\Design\ByteViewer.cs (3)
483_displayLinesCount = _rowCount; 492_displayLinesCount = _linesCount; 584_displayLinesCount = (_startLine + _rowCount < _linesCount) ? _rowCount : _linesCount - _startLine;
1 reference to _displayLinesCount
System.Windows.Forms.Design (1)
System\ComponentModel\Design\ByteViewer.cs (1)
528DrawLines(g, _startLine, _displayLinesCount);