18 references to BulkPaintThreshold
System.Windows.Forms (18)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (18)
3395if (_selectedBandIndexes.Count > BulkPaintThreshold || _individualSelectedCells.Count > BulkPaintThreshold) 3506if (_selectedBandIndexes.Count > BulkPaintThreshold || _individualSelectedCells.Count > BulkPaintThreshold) 12217if (_selectedBandIndexes.Count > BulkPaintThreshold) 12314if (_selectedBandIndexes.Count > BulkPaintThreshold) 12420if (_selectedBandIndexes.Count > BulkPaintThreshold) 12520if (_selectedBandIndexes.Count > BulkPaintThreshold) 13779if (_selectedBandIndexes.Count > BulkPaintThreshold) 18064if (_selectedBandIndexes.Count > BulkPaintThreshold) 24269if (_selectedBandIndexes.Count > BulkPaintThreshold) 25681if (_individualSelectedCells.Count > BulkPaintThreshold) 25708if (_individualSelectedCells.Count > BulkPaintThreshold) 25760if (cellCountInColumn > BulkPaintThreshold) 27158if (rowIndexTo - rowIndexFrom > BulkPaintThreshold) 27329if (rowIndexTo - rowIndexFrom > BulkPaintThreshold) 27656if (Rows.Count > BulkPaintThreshold) 27692if (Columns.Count > BulkPaintThreshold)