2 references to DataGridTableStyle
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridColumnCollection.cs (2)
289if (this.DataGridTableStyle != null && column.Width == -1) 290column.width = this.DataGridTableStyle.PreferredColumnWidth;