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