2 writes to InDisplayIndexAdjustments
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridViewColumn.cs (2)
387this.DataGridView.InDisplayIndexAdjustments = true; 394this.DataGridView.InDisplayIndexAdjustments = false;
6 references to InDisplayIndexAdjustments
System.Windows.Forms (6)
winforms\Managed\System\WinForms\DataGridViewColumnCollection.cs (6)
285if (this.DataGridView.InDisplayIndexAdjustments) 319if (this.DataGridView.InDisplayIndexAdjustments) 406if (this.DataGridView.InDisplayIndexAdjustments) 970if (this.DataGridView.InDisplayIndexAdjustments) 1167if (this.DataGridView.InDisplayIndexAdjustments) 1186Debug.Assert(!this.DataGridView.InDisplayIndexAdjustments);