8 references to Location
System.Windows.Forms (8)
winforms\Managed\System\WinForms\BoundsSpecified.cs (1)
85
All =
Location
| Size,
winforms\Managed\System\WinForms\Control.cs (1)
3236
SetBounds(value.X, value.Y, width, height, BoundsSpecified.
Location
);
winforms\Managed\System\WinForms\Form.cs (2)
5845
specified &= ~BoundsSpecified.
Location
;
6891
restoredWindowBoundsSpecified |= BoundsSpecified.
Location
;
winforms\Managed\System\WinForms\MDIClient.cs (1)
229
specified &= ~BoundsSpecified.
Location
;
winforms\Managed\System\WinForms\ToolStrip.cs (1)
269
CommonProperties.UpdateSpecifiedBounds(this, bounds.X, bounds.Y, bounds.Width, bounds.Height, BoundsSpecified.
Location
);
winforms\Managed\System\WinForms\ToolStripDropDown.cs (1)
1444
SetBoundsCore(bounds.X, bounds.Y, bounds.Width, bounds.Height, BoundsSpecified.
Location
);
winforms\Managed\System\WinForms\ToolStripScrollButton.cs (1)
177
if (((specified & BoundsSpecified.
Location
) != 0) && FreezeLocationChange) {