1 write to _numDisplayedScrollingRows
System.Windows.Forms (1)
System\Windows\Forms\Controls\DataGridView\Datagridview.DisplayedBandsData.cs (1)
219_numDisplayedScrollingRows = value;
3 references to _numDisplayedScrollingRows
System.Windows.Forms (3)
System\Windows\Forms\Controls\DataGridView\Datagridview.DisplayedBandsData.cs (3)
212return _numDisplayedScrollingRows; 216if (value != _numDisplayedScrollingRows) 361_oldNumDisplayedScrollingRows = _numDisplayedScrollingRows;