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