2 references to PreferredColumnWidth
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGrid.cs (1)
6549int preferredColumnWidth = this.myGridTable.IsDefault ? this.PreferredColumnWidth : this.myGridTable.PreferredColumnWidth;
winforms\Managed\System\WinForms\DataGridColumnCollection.cs (1)
290column.width = this.DataGridTableStyle.PreferredColumnWidth;