6 references to DATAGRIDVIEWOPER_inRefreshColumns
System.Windows.Forms (6)
winforms\Managed\System\WinForms\DataGridViewMethods.cs (6)
10645
!this.dataGridViewOper[
DATAGRIDVIEWOPER_inRefreshColumns
])
13711
if (this.DataSource != null && !this.dataGridViewOper[
DATAGRIDVIEWOPER_inRefreshColumns
])
13740
if (this.DataSource != null && !this.dataGridViewOper[
DATAGRIDVIEWOPER_inRefreshColumns
])
13788
if (this.DataSource != null && e.Column.DataPropertyName.Length != 0 && !this.dataGridViewOper[
DATAGRIDVIEWOPER_inRefreshColumns
])
25585
this.dataGridViewOper[
DATAGRIDVIEWOPER_inRefreshColumns
] = true;
25623
this.dataGridViewOper[
DATAGRIDVIEWOPER_inRefreshColumns
] = false;