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