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)
528
DrawLines(g, _startLine,
_displayLinesCount
);