9 references to X
System.Windows.Forms (9)
winforms\Managed\System\WinForms\BoundsSpecified.cs (1)
69
Location =
X
| Y,
winforms\Managed\System\WinForms\Control.cs (4)
3218
SetBounds(value, y, width, height, BoundsSpecified.
X
);
6611
if ((specified & BoundsSpecified.
X
) != 0) {
11506
if (dx == 1.0F) specified &= ~(BoundsSpecified.
X
| BoundsSpecified.Width);
11823
if ((specified & BoundsSpecified.
X
) == BoundsSpecified.None) x = this.x;
winforms\Managed\System\WinForms\Form.cs (3)
5867
restoredWindowBoundsSpecified |= (specified & (BoundsSpecified.
X
| BoundsSpecified.Y));
5871
if ((specified & BoundsSpecified.
X
) != 0)
5886
if ((specified & BoundsSpecified.
X
) != 0)
winforms\Managed\System\WinForms\Layout\CommonProperties.cs (1)
279
bool xChangedButNotSpecified = ((specified & BoundsSpecified.
X
) == BoundsSpecified.None) & x != originalBounds.X;