3 references to DATAGRIDVIEWOPER_inAdjustFillingColumn
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridView.cs (1)
3546return this.dataGridViewOper[DATAGRIDVIEWOPER_inAdjustFillingColumn] || this.dataGridViewOper[DATAGRIDVIEWOPER_inAdjustFillingColumns];
winforms\Managed\System\WinForms\DataGridViewMethods.cs (2)
544this.dataGridViewOper[DATAGRIDVIEWOPER_inAdjustFillingColumn] = true; 883this.dataGridViewOper[DATAGRIDVIEWOPER_inAdjustFillingColumn] = false;