1 write to width
System.Windows.Forms (1)
winforms\Managed\System\WinForms\CreateParams.cs (1)
106set { width = value; }
2 references to width
System.Windows.Forms (2)
winforms\Managed\System\WinForms\CreateParams.cs (2)
105get { return width; } 155sb.Append(width);