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