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