18 references to DATAGRIDVIEW_bulkPaintThreshold
System.Windows.Forms (18)
winforms\Managed\System\WinForms\DataGridViewMethods.cs (18)
3439
if (this.selectedBandIndexes.Count >
DATAGRIDVIEW_bulkPaintThreshold
||
3440
this.individualSelectedCells.Count >
DATAGRIDVIEW_bulkPaintThreshold
)
3555
if (this.selectedBandIndexes.Count >
DATAGRIDVIEW_bulkPaintThreshold
||
3556
this.individualSelectedCells.Count >
DATAGRIDVIEW_bulkPaintThreshold
)
12572
if (this.selectedBandIndexes.Count >
DATAGRIDVIEW_bulkPaintThreshold
)
12659
if (this.selectedBandIndexes.Count >
DATAGRIDVIEW_bulkPaintThreshold
)
12749
if (this.selectedBandIndexes.Count >
DATAGRIDVIEW_bulkPaintThreshold
)
12839
if (this.selectedBandIndexes.Count >
DATAGRIDVIEW_bulkPaintThreshold
)
14246
if (this.selectedBandIndexes.Count >
DATAGRIDVIEW_bulkPaintThreshold
)
18526
if (this.selectedBandIndexes.Count >
DATAGRIDVIEW_bulkPaintThreshold
)
24471
if (this.selectedBandIndexes.Count >
DATAGRIDVIEW_bulkPaintThreshold
)
25795
if (this.individualSelectedCells.Count >
DATAGRIDVIEW_bulkPaintThreshold
)
25821
if (this.individualSelectedCells.Count >
DATAGRIDVIEW_bulkPaintThreshold
)
25871
if (cellCountInColumn >
DATAGRIDVIEW_bulkPaintThreshold
)
27200
if (rowIndexTo - rowIndexFrom >
DATAGRIDVIEW_bulkPaintThreshold
)
27361
if (rowIndexTo - rowIndexFrom >
DATAGRIDVIEW_bulkPaintThreshold
)
27671
if (this.Rows.Count >
DATAGRIDVIEW_bulkPaintThreshold
)
27705
if (this.Columns.Count >
DATAGRIDVIEW_bulkPaintThreshold
)