6 writes to X
System.Windows.Forms (6)
System\Windows\Forms\Control.cs (2)
1402
cp.
X
= _x;
4587
cp.
X
-= parentClient.X;
System\Windows\Forms\ErrorProvider\ErrorProvider.ErrorWindow.cs (1)
96
X
= 0,
System\Windows\Forms\Form.cs (3)
3694
cp.
X
= PInvoke.CW_USEDEFAULT;
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);
3 references to X
System.Windows.Forms (3)
System\Windows\Forms\Control.cs (1)
4585
if (cp.
X
!= PInvoke.CW_USEDEFAULT)
System\Windows\Forms\CreateParams.cs (1)
72
return $"CreateParams {{'{ClassName}', '{Caption}', 0x{Style:x}, 0x{ExStyle:x}, {{{
X
}, {Y}, {Width}, {Height}}}}}";
System\Windows\Forms\NativeWindow.cs (1)
444
cp.
X
,