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