3 references to AllowUserToResizeColumns
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridView.cs (1)
889if (this.AllowUserToResizeColumns != value)
winforms\Managed\System\WinForms\DataGridViewBand.cs (1)
638return this.DataGridView.AllowUserToResizeColumns ? DataGridViewTriState.True : DataGridViewTriState.False;
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
22454if (AccessibilityImprovements.Level2 && (keyData & Keys.Alt) == Keys.Alt && this.AllowUserToResizeColumns && this.ptCurrentCell.X != -1)