2 writes to autoSizeMode
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridViewColumn.cs (2)
78this.autoSizeMode = DataGridViewAutoSizeColumnMode.NotSet; 142this.autoSizeMode = value;
4 references to autoSizeMode
System.Windows.Forms (4)
winforms\Managed\System\WinForms\DataGridViewColumn.cs (4)
102return this.autoSizeMode; 120if (this.autoSizeMode != value) 1171if (dataGridView != null && this.autoSizeMode == DataGridViewAutoSizeColumnMode.NotSet) 1197return this.autoSizeMode;