9 references to Y
System.Windows.Forms (9)
winforms\Managed\System\WinForms\BoundsSpecified.cs (1)
69
Location = X |
Y
,
winforms\Managed\System\WinForms\Control.cs (4)
4105
SetBounds(x, value, width, height, BoundsSpecified.
Y
);
6615
if ((specified & BoundsSpecified.
Y
) != 0) {
11507
if (dy == 1.0F) specified &= ~(BoundsSpecified.
Y
| BoundsSpecified.Height);
11824
if ((specified & BoundsSpecified.
Y
) == BoundsSpecified.None) y = this.y;
winforms\Managed\System\WinForms\Form.cs (3)
5867
restoredWindowBoundsSpecified |= (specified & (BoundsSpecified.X | BoundsSpecified.
Y
));
5873
if ((specified & BoundsSpecified.
Y
) != 0)
5888
if ((specified & BoundsSpecified.
Y
) != 0)
winforms\Managed\System\WinForms\Layout\CommonProperties.cs (1)
280
bool yChangedButNotSpecified = ((specified & BoundsSpecified.
Y
) == BoundsSpecified.None) & y != originalBounds.Y;