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) 18061if (_selectedBandIndexes.Count > BulkPaintThreshold) 24263if (_selectedBandIndexes.Count > BulkPaintThreshold) 25675if (_individualSelectedCells.Count > BulkPaintThreshold) 25702if (_individualSelectedCells.Count > BulkPaintThreshold) 25754if (cellCountInColumn > BulkPaintThreshold) 27153if (rowIndexTo - rowIndexFrom > BulkPaintThreshold) 27324if (rowIndexTo - rowIndexFrom > BulkPaintThreshold) 27651if (Rows.Count > BulkPaintThreshold) 27687if (Columns.Count > BulkPaintThreshold)