18 references to BulkPaintThreshold
System.Windows.Forms (18)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (18)
3392if (_selectedBandIndexes.Count > BulkPaintThreshold || _individualSelectedCells.Count > BulkPaintThreshold) 3503if (_selectedBandIndexes.Count > BulkPaintThreshold || _individualSelectedCells.Count > BulkPaintThreshold) 12214if (_selectedBandIndexes.Count > BulkPaintThreshold) 12311if (_selectedBandIndexes.Count > BulkPaintThreshold) 12417if (_selectedBandIndexes.Count > BulkPaintThreshold) 12517if (_selectedBandIndexes.Count > BulkPaintThreshold) 13776if (_selectedBandIndexes.Count > BulkPaintThreshold) 18058if (_selectedBandIndexes.Count > BulkPaintThreshold) 24260if (_selectedBandIndexes.Count > BulkPaintThreshold) 25672if (_individualSelectedCells.Count > BulkPaintThreshold) 25699if (_individualSelectedCells.Count > BulkPaintThreshold) 25751if (cellCountInColumn > BulkPaintThreshold) 27150if (rowIndexTo - rowIndexFrom > BulkPaintThreshold) 27321if (rowIndexTo - rowIndexFrom > BulkPaintThreshold) 27648if (Rows.Count > BulkPaintThreshold) 27684if (Columns.Count > BulkPaintThreshold)