4 writes to Width
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Control.cs (1)
1869
cp.
Width
= width;
winforms\Managed\System\WinForms\ErrorProvider.cs (1)
952
cparams.
Width
= 0;
winforms\Managed\System\WinForms\Form.cs (2)
3994
cp.
Width
= correct.Width;
4001
cp.
Width
= NativeMethods.CW_USEDEFAULT;
3 references to Width
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Form.cs (2)
4023
cp.X = Math.Max(clientRect.X,clientRect.X + (clientRect.Width - cp.
Width
)/2);
4039
cp.X = Math.Max(screenRect.X,screenRect.X + (screenRect.Width - cp.
Width
)/2);
winforms\Managed\System\WinForms\NativeWindow.cs (1)
764
cp.Caption, cp.Style, cp.X, cp.Y, cp.
Width
, cp.Height, new HandleRef(cp, cp.Parent), NativeMethods.NullHandleRef,