5 writes to Width
System.Windows.Forms (5)
winforms\Managed\System\WinForms\StatusStrip.cs (2)
483colStyle.Width = 100; // this width is ignored in AutoSize. 537TableLayoutSettings.ColumnStyles[0].Width = Math.Max(0,this.DisplayRectangle.Width);
winforms\Managed\System\WinForms\TableLayoutPanel.cs (2)
528cs.Width = (float)Math.Round(lastColumnHeight * factor.Width); 531cs.Width = (float)Math.Round(cs.Width * factor.Width);
winforms\Managed\System\WinForms\TableLayoutSettings.cs (1)
739this.Width = width;
2 references to Width
System.Windows.Forms (2)
winforms\Managed\System\WinForms\TableLayoutPanel.cs (1)
531cs.Width = (float)Math.Round(cs.Width * factor.Width);
winforms\Managed\System\WinForms\TableLayoutSettingsTypeConverter.cs (1)
105columnStyles.AppendFormat("{0},{1},", colStyle.SizeType, colStyle.Width);