4 writes to Width
System.Windows.Forms (4)
System\Windows\Forms\Control.cs (1)
1404cp.Width = _width;
System\Windows\Forms\ErrorProvider\ErrorProvider.ErrorWindow.cs (1)
98Width = 0,
System\Windows\Forms\Form.cs (2)
3672cp.Width = correct.Width; 3679cp.Width = PInvoke.CW_USEDEFAULT;
5 references to Width
System.Windows.Forms (4)
System\Windows\Forms\CreateParams.cs (1)
72return $"CreateParams {{'{ClassName}', '{Caption}', 0x{Style:x}, 0x{ExStyle:x}, {{{X}, {Y}, {Width}, {Height}}}}}";
System\Windows\Forms\Form.cs (2)
3703cp.X = Math.Max(clientRect.X, clientRect.X + (clientRect.Width - cp.Width) / 2); 3728cp.X = Math.Max(screenRect.X, screenRect.X + (screenRect.Width - cp.Width) / 2);
System\Windows\Forms\NativeWindow.cs (1)
446cp.Width,
WindowsFormsIntegration (1)
System\Windows\Integration\ElementHost.cs (1)
566HwndSourceParameters HWSParam = new HwndSourceParameters(this.Text, cp.Width, cp.Height)