18 references to BulkPaintThreshold
System.Windows.Forms (18)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (18)
3395
if (_selectedBandIndexes.Count >
BulkPaintThreshold
|| _individualSelectedCells.Count >
BulkPaintThreshold
)
3506
if (_selectedBandIndexes.Count >
BulkPaintThreshold
|| _individualSelectedCells.Count >
BulkPaintThreshold
)
12217
if (_selectedBandIndexes.Count >
BulkPaintThreshold
)
12314
if (_selectedBandIndexes.Count >
BulkPaintThreshold
)
12420
if (_selectedBandIndexes.Count >
BulkPaintThreshold
)
12520
if (_selectedBandIndexes.Count >
BulkPaintThreshold
)
13779
if (_selectedBandIndexes.Count >
BulkPaintThreshold
)
18061
if (_selectedBandIndexes.Count >
BulkPaintThreshold
)
24263
if (_selectedBandIndexes.Count >
BulkPaintThreshold
)
25675
if (_individualSelectedCells.Count >
BulkPaintThreshold
)
25702
if (_individualSelectedCells.Count >
BulkPaintThreshold
)
25754
if (cellCountInColumn >
BulkPaintThreshold
)
27153
if (rowIndexTo - rowIndexFrom >
BulkPaintThreshold
)
27324
if (rowIndexTo - rowIndexFrom >
BulkPaintThreshold
)
27651
if (Rows.Count >
BulkPaintThreshold
)
27687
if (Columns.Count >
BulkPaintThreshold
)