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