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