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