8 references to Location
System.Windows.Forms (8)
System\Windows\Forms\BoundsSpecified.cs (1)
49
All =
Location
| Size,
System\Windows\Forms\Control.cs (1)
2509
set => SetBounds(value.X, value.Y, _width, _height, BoundsSpecified.
Location
);
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (1)
201
CommonProperties.UpdateSpecifiedBounds(this, bounds.X, bounds.Y, bounds.Width, bounds.Height, BoundsSpecified.
Location
);
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDown.cs (1)
1199
SetBoundsCore(bounds.X, bounds.Y, bounds.Width, bounds.Height, BoundsSpecified.
Location
);
System\Windows\Forms\Controls\ToolStrips\ToolStripScrollButton.StickyLabel.cs (1)
30
if (((specified & BoundsSpecified.
Location
) != 0) && FreezeLocationChange)
System\Windows\Forms\Form.cs (2)
5226
specified &= ~BoundsSpecified.
Location
;
6565
_restoredWindowBoundsSpecified |= BoundsSpecified.
Location
;
System\Windows\Forms\MDI\MDIClient.cs (1)
212
specified &= ~BoundsSpecified.
Location
;