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
)
18064
if (_selectedBandIndexes.Count >
BulkPaintThreshold
)
24269
if (_selectedBandIndexes.Count >
BulkPaintThreshold
)
25681
if (_individualSelectedCells.Count >
BulkPaintThreshold
)
25708
if (_individualSelectedCells.Count >
BulkPaintThreshold
)
25760
if (cellCountInColumn >
BulkPaintThreshold
)
27158
if (rowIndexTo - rowIndexFrom >
BulkPaintThreshold
)
27329
if (rowIndexTo - rowIndexFrom >
BulkPaintThreshold
)
27656
if (Rows.Count >
BulkPaintThreshold
)
27692
if (Columns.Count >
BulkPaintThreshold
)