4 writes to _rowCountsVisibleSelected
System.Windows.Forms (4)
System\Windows\Forms\Controls\DataGridView\DataGridViewRowCollection.cs (4)
1194_rowCountsVisibleSelected = rowCount; 1854_rowCountsVisibleSelected = -1; 1864_rowCountsVisible = _rowCountsVisibleFrozen = _rowCountsVisibleSelected = -1; 2473_rowCountsVisibleSelected += rowCountIncrement;
7 references to _rowCountsVisibleSelected
System.Windows.Forms (7)
System\Windows\Forms\Controls\DataGridView\DataGridViewRowCollection.cs (7)
905if (_rowCountsVisibleSelected == 0) 961if (_rowCountsVisibleSelected == 0) 1005if (_rowCountsVisibleSelected == 0) 1168if (_rowCountsVisibleSelected != -1) 1170return _rowCountsVisibleSelected; 2427if (_rowCountsVisible != -1 || _rowCountsVisibleFrozen != -1 || _rowCountsVisibleSelected != -1 || 2471if (_rowCountsVisibleSelected != -1)