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